Object & Classes
- Which of the following exceptions is thrown by every method of Runtime class?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Every method of Runtime class throws SecurityException.
- Which of these classes encapsulate runtime environment?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Runtime
- Which of these is a super class of wrappers Double and Float?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Number is an abstract class containing subclasses Double, Float, Byte, Short, Integer and Long.
- Which of these methods loads the specified dynamic library?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
load() methods loads the dynamic library whose name is specified.
- Which of these methods initiates garbage collection?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
gc()