Welcome to your JAVA SET - 1
3.
BigInteger Class is used to ___.
4.
Which of these is true for interfaces in java?
5.
In which memory a String is stored, when we create a string using new operator?
6.
Which of these is a property of threads in Java?
7.
Which of the following is not a Java features?
8.
What will be the output of the following program?
9.
Which of the following option leads to the portability and security of Java?
10.
Which of the following is a reserved keyword in Java?
11.
.What should be the execution order, if a class has a method, static block, instance block, and constructor, as shown below?
12.
Multithreading in java is ___.
13.
What makes the Java platform independent?
14.
What is the use of the intern() method?
15.
Which thread is executed in the background?
16.
Static variables in java are declared as ___.
17.
What are the types of memory allocated in memory in java?
18.
Which of the following is a marker interface?
19.
Which Java method is used to convert an object to string?
20.
Which method in Java is used to check for NaN values?
21.
What is garbage collection in java?
22.
What will be the output of following Java code?
24.
What is a comparator in Java?