JAVA Coding Problem Statement and Interview question
JAVA Coding Problem Statement and Interview question
------Interview Question---------------
1) what is programming strcture of JAVA?
2) what is the role of JDK, JRE and JVM in JAVA program?
3) How JAVA program run internally?
4) what is the valid signature of main method?
5) what is significance of System.out.println()?
6) why we never import the lang package explicitly?
7) what is the meaning of package in JAVA?
8) How to take a input from the user in JAVA?
9) what is the significance of System.in during object creation of
Scanner class?
10) How to create the object in JAVA programming?
11) what is the signifance of static member of class?
12) what is the difference between normal member and static member of
class?
13) what are the differnt data types in JAVA?
14) what are the commands to compile and execute the JAVA code through
command promot?
15) How to create a string in JAVA?