Till Date:- 30/1/25 ------JAVA Coding Problem Statement---------
1)Write a JAVA program to declare and initilization of variables of
differnet data types.
2)Write a JAVA program to declare final type of variable.
3)Write a JAVA program to perform the operation on the differnt and
similer type of variales.
4)Wtite a JAVA program to take variale value from user and display on the
screen.
5)Wrtie a JAVA program to take string and char variable value from the
user.
6)Wrtie a JAVA program to cross check user integer value is integer or
not.
------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?