Horje
short url generator Code Example
url shortener free
some good ones:

https://cutt.ly/
https://free-url-shortener.rb.gy/
https://www.shorturl.at/
short url generator
package com.test;

import java.util.Scanner;

public class Main {
    public Main() {
    }

    public static void main(String[] args) {
        Scanner input = new Scanner(System.in);
        System.out.println("Enter your Name");
        String Alphabet = input.next();
        System.out.println("your name is" + Alphabet);
        Scanner input1 = new Scanner(System.in);
        System.out.println("Enter a Mobile Number  :");
        long number = input1.nextLong();
        System.out.println("Your Mobile will be:" + number);
        Scanner input2 = new Scanner(System.in);
        System.out.println("Enter your Email");
        String Alphabet1 = input2.next();
        System.out.println("TQ for your Mail Address");
        Scanner input3 = new Scanner(System.in);
        System.out.println("Enter your Password");
        String Alphabet2 = input3.next();
        System.out.println("Your Details will be Hacked. Good Bye................");
    }
}




Java

Related
start with <> and end with <> in Java Code Example start with <> and end with <> in Java Code Example
on item click listener for recyclerview adapter Code Example on item click listener for recyclerview adapter Code Example
java gson get object without class Code Example java gson get object without class Code Example
Quartz spring maven driver Code Example Quartz spring maven driver Code Example
what is a literal in java Code Example what is a literal in java Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7