Java Question Bank
Java Question Bank
.
1. What is Thread? Explain the two ways of creating a Thread in Java
5. What is an exception? Write the syntax for all the keywords used in Exception.
8. What is autoboxing? Write a Java program that demonstrates how autoboxing and unboxing take place
in expression in evaluation.
9. What are enumerations? Explain values() and valueOf() methods with an example program.
20.What is autoboxing and autounboxing? Write a Java program that demonstrates how autoboxing and
unboxing take place in expression in evaluation.
21.What are type wrappers? Explain with a program example the character and numeric type wrappers.