You are on page 1of 1

1.

Answer all questions [1-mark]


a. What is byte code?
b. What is JVM?
c. What is JIT?
d. What is conditional statement? Write all conditional statement names in java.
e. What is looping statement? Write all looping statement names in java.
f. What is break statement?
g. What is continue statement?
h. What is the difference between type conversion and type casting?
i. What is auto-boxing and Un-boxing?
j. What is package?

2. Answer any two questions [2-marks]


a. What is For-Each loop? Describe with suitable example.
b. How JAVA is platform independent?
c. How JAVA is a secured language?
d. What is the difference between while loop and do-while loop?
e. What is command line argument? Describe with suitable example.
f. What is wrapper class? Write all wrapper class names.
g. What is pass by value and pass by reference?
h. What is the difference between this keyword and super keyword?
i. What is Up-Casting and Down-Casting?
j. What is the difference between Aggregation and Inheritance?

3. Answer any one [6-marks]


a. What is constructor? Describe different types of constructors.
b. What is polymorphism? Describe different types of polymorphisms.
c. Describe architecture and features of JAVA.
d. Write steps to create custom package/user defined packages.
e. Describe how JAVA implement multiple inheritance.

You might also like