adplus-dvertising
frame-decoration

Question

Which of the following exceptions is thrown by every method of Runtime class?

a.

IOException

b.

SystemException

c.

SecurityException

d.

RuntimeException

Answer: (c).SecurityException

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following exceptions is thrown by every method of Runtime class?

Similar Questions

Discover Related MCQs

Q. Which of these methods returns the total number of bytes of memory available to the program?

Q. Which of these Exceptions is thrown by loadClass() method of ClassLoader class?

Q. Which of these classes encapsulate runtime state of an object?

Q. Which of these methods returns the class of an object?

Q. Which of these methods return a class object given its name?

Q. Which of these class defines how the classes are loaded?

Q. Which of the interface contains all the methods used for handling thread related operations in Java?

Q. Which of these class is used to make a thread?

Q. Which of this interface is implemented by Thread class?

Q. Which of these methods of a Thread class is used to suspend a thread for a period of time?

Q. Which object Java application uses to create a new process?

Q. Which of the following is true about Java system properties?

Q. Java system properties can be set at runtime.

Q. Which system property stores installation directory of JRE?

Q. What does System.getProperty(“variable”) return?

Q. What is true about the setProperties method?

Q. How to use environment properties in the class?

Q. How to assign values to variable using property?

Q. Which environment variable is used to set java path?

Q. How to read a classpath file?