1.
Which keyword throws exception manually?
2.
If no constructor is defined, Java provides:
3.
Which casting is required here?
double x = 5.5;
int y = x;
4.
Which component converts Java source code into bytecode?
5.
Which class is automatically imported?
6.
Default value of object reference?
8.
What is the size of boolean in Java?
9.
What happens if main() method is not static?
10.
Method overriding occurs in:
11.
Which conversion is implicit?
13.
Which is compile-time polymorphism?
14.
Which keyword declares exception?
15.
Which of the following is NOT part of JRE?
17.
What is the range of byte?
18.
Which block always executes?
19.
Which is wrapper class of int?