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 |
How can you say java is object oriented?
Why local variables are stored in stack?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
What do you mean by boolean?
Why inputstreamreader is used in java?
How do you override a method?
What is the difference between yielding and sleeping?
What is string data?
Explain about assignment statement?
What is outofmemoryerror in java?
Write a program to print 15 random numbers using foreach of java 8?
What's the base class in java from which all classes are derived?