Skip to content

Instantly share code, notes, and snippets.

View thirupathi-chintu's full-sized avatar

Thirupathi Peraboina thirupathi-chintu

View GitHub Profile
*.iml
.gradle
/local.properties
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
/build
/captures
.externalNativeBuild
*.iml
.gradle
/local.properties
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
/build
/captures
.externalNativeBuild
*.iml
.gradle
/local.properties
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
/build
/captures
.externalNativeBuild
// Java code to explain how to generate OTP
// Here we are using random() method of util
// class in Java
import java.util.*;
public class otp
{
static char[] OTP(int len)
{