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 |
explain the classification of exception and hoew to handle the exceptions
What are alternatives to java serialization?
when we create singleton design then we create private constructtor..so how JVM take private constructor to make object..but it's private..
Can an object subclass another object?
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
can you create interface instance ?
What happens when you add a double value to a string?
Differentiate storage classes on the basis of their scope?
What is treeset in java?
Can we use synchronized block for primitives?
What does string [] args mean?
What is the difference between sop and work instruction?