Answer Posted / ganesh
Exception means When a method encounters an abnormal
condition (an exception condition) that it can't handle
itself, it may throw an exception.
Error mens system doesn't handle.For example:Overflow,Out
of memory.
| Is This Answer Correct ? | 68 Yes | 26 No |
Post New Answer View All Answers
What is local class in java?
Java openings 3 - 5 years, Lnt Infotech. requirements - core java, J2ee, struts, hibernate Interview Date:- 19 March 2011 Time:- 9:00 AM to 12:00 Pm Interview Location - L & T Infotech, Manapakkam, Chennai Refererral PS NO:- 291649 (Please mention this when u fill the form only then u will be considered for interview) Documents Required:- Latest Resume, Photograph and last 3 payslips Mail me on vasan2211@gmail.com once u appear for interview
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What do you mean by multithreaded program?
What is the size of boolean variable?
What is a local block?
What is size of int in java?
How can an object be unreferenced?
Can I import same package/class twice?
Is ++ operator is thread safe in java?
What are the differences between Java 1.0 and Java 2.0?
Mention some interfaces implemented by linked list in java.
What is the static import?
what is the purpose of the runtime class?
Can we have any code between try and catch blocks?