Answer Posted / niranjanravi
An Exception is a mild error conditon that your program
encounters.An Exception can be caught and recoverable.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can we declare a static variable inside a method?
What is mean by encoding?
What is difference between java and java ee?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is main difference between variable and constant?
What are the 3 types of loops in java?
What is the format specifier?
Explain enumeration in java?
Can variables be used in java without initialization?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Explain super keyword in java.
What is the difference between variable & constant?
What is the list interface?
What are the data types supported by java? What is autoboxing and unboxing?
How many types of classes are there in java?