Java run-time system generates What class of exceptions?
Answers were Sorted based on User's Feedback
Answer / luckystarjava
JVM checks only un-checked exception. the exception is thown
by exception Class
| Is This Answer Correct ? | 1 Yes | 0 No |
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What are interfaces?
What does bitwise or mean?
What is the independent variable in an experiment?
Can an interface extands a class?
What is “try and catch” in java
What is a functional interface?
What is passing parameters in java?
explain the life cycle of thread?
10 Answers CTS, NIIT, TCS,
What is the difference between a synchronized method and a synchronized block?
what are the purposes of native, transiant key words?