Quiz
Q. 3 ) Because finalize () belongs to the java.lang.Object class, it is present in all ___.
Q. 12 ) Which of the following are Java reserved words?
1. run
2. import
3. default
4. implement
Q. 13 ) You need to store elements in a collection that guarantees that no duplicates are stored. Which one of the following interfaces provide that capability?
Q. 15 ) Which of the following are valid calls to Math.max?
1. Math.max(1,4)
2. Math.max(2.3, 5)
3. Math.max(1, 3, 5, 7)
4. Math.max(-1.5, -2.8f)
Q. 17 ) Which two of the following methods are defined in class Thread?
1. start()
2. wait()
3. notify()
4. run()
5. terminate()
Please select an option
D,A,B,B,E,B,A,A,A,C,C,B,A,D,A,A,A,B,D,B,
