ALL THE BEST!!!
JAVA-BANGALORE-12THJULY24
1 / 50
Which Java keyword is used to access the features of a package?
2 / 50
Which of the following is not a Java features?
3 / 50
Which Java method is used to clear the element of ArrayList?
4 / 50
Which of the following is an immediate subclass of the Panel class?
5 / 50
What is a set in Java?
6 / 50
In which memory a String is stored, when we create a string using new operator?
7 / 50
Which method in Java is used to get the name of the running Java VM?
8 / 50
What is meant by the classes and objects that dependents on each other?
9 / 50
Which of the following is false?
10 / 50
In which process, a local variable has the same name as one of the instancevariables?
11 / 50
Which of these is a property of threads in Java?
12 / 50
Which Java method is used to detect the OS in which the Java program is being run?
13 / 50
What do you mean by chained exceptions in Java?
14 / 50
Which of the following is a marker interface?
15 / 50
Which method in Java is used to check for NaN values?
16 / 50
Which of these is a non-access modifier?
17 / 50
When a finally block executed in Java?
18 / 50
Which thread is executed in the background?
19 / 50
What are packages in Java?
20 / 50
Which of the following is a reserved keyword in Java?
21 / 50
Which method is used to convert radians to degree in Java?
22 / 50
Jar in java stands for ____________
23 / 50
What is a map in Java?
24 / 50
Which keyword is used for accessing the features of a package?
25 / 50
Which of these is not a valid Boolean method in Java?
26 / 50
Which of the following methods is used to extract the length of a stringin Java?
27 / 50
Which Java method is used to get the version of running java VM?
28 / 50
Empty interface in Java is called?
29 / 50
Multithreading in java is _______________
30 / 50
What do you mean by nameless objects?
31 / 50
What is the use of the intern() method?
32 / 50
Which option is false about the final keyword?
33 / 50
Which of these classes are the direct subclasses of the Throwable class?
34 / 50
Which of the following sorts the elements were inserted?
35 / 50
What are regexes in Java?
36 / 50
What will be the output of the following Java code?
public class Main {public static void main(String[] args) {System.out.println(Math.copySign(100.6, -200.6));}
37 / 50
What is the full form of AWT?
38 / 50
Which of the following option leads to the portability and security of Java?
39 / 50
What is boolean in Java?
40 / 50
Which escape character is used for word character in regex?
41 / 50
What is the default encoding of OutstreamWriter?
42 / 50
An interface with no fields or methods is known as a ______________
43 / 50
The result of dividing by 0 in Java is _____________
44 / 50
In java, jar stands for_________
45 / 50
_____ is used to find and fix bugs in the Java programs.
46 / 50
The trim() method in Java used to ______________
47 / 50
Which of the following is true about the anonymous inner class?
48 / 50
Which package contains the Random class?
49 / 50
Which Java method is used to add all of the specified elements to thespecified collection?
50 / 50