Sukracharya
Saturday, June 29, 2019
Sunday, June 23, 2019
Saturday, June 22, 2019
Saturday, June 15, 2019
Friday, June 7, 2019
Leon Trotsky Quotes III
Not believing in force is the same as not believing in gravity.
There are no absolute rules of conduct, either in peace or war. Everything depends on circumstances.
Fascism is nothing but capitalist reaction; from the point of view of the proletariat the difference between the types of reaction is meaningless
Thursday, June 6, 2019
Read Input from User in Java
Scanner in= new Scanner(System.in);
String s=in.nextLine();
System.out.println("String "+s);
int a=in.nextInt();
System.out.println("Integer"+a);
String s=in.nextLine();
System.out.println("String "+s);
int a=in.nextInt();
System.out.println("Integer"+a);
Sunday, June 2, 2019
What is the abbreviation of JDK,JRE and JVM
JDK -- java development kit
JRE -- java runtime environment
JVM -- java virtual machine
JRE -- java runtime environment
JVM -- java virtual machine
Subscribe to:
Posts (Atom)


