0% found this document useful (0 votes)
4 views

JAVA Coding Problem Statement and Interview question

The document outlines a JAVA coding problem statement that includes tasks such as declaring and initializing variables of different data types, creating final variables, performing operations on variables, and taking user input. Additionally, it lists interview questions covering topics like the programming structure of JAVA, the roles of JDK, JRE, and JVM, and the significance of various JAVA concepts. The document serves as both a coding exercise and a preparation guide for JAVA-related interviews.

Uploaded by

Renuka Bhavsar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

JAVA Coding Problem Statement and Interview question

The document outlines a JAVA coding problem statement that includes tasks such as declaring and initializing variables of different data types, creating final variables, performing operations on variables, and taking user input. Additionally, it lists interview questions covering topics like the programming structure of JAVA, the roles of JDK, JRE, and JVM, and the significance of various JAVA concepts. The document serves as both a coding exercise and a preparation guide for JAVA-related interviews.

Uploaded by

Renuka Bhavsar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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?

You might also like