World of tricky Core Java Q and A Covering Object Oriented Analysis and Design, JVM Internals,Java Language Fundamentals,Datatypes,Keywords,Operators and Assignments,Identifies,Declarations and Modifiers, Conversion,Casting and Promotion, Flow control,Assertions, Exception Handling and Garbage Collection,Objects and Classes), Basic Packages and their classes,JDBC,JFC Swing,Java Server Pages (JSP), Servlets,EJB,JMS,JNDI etc and Open source technologies like Struts,Hibernate,Spring etc
Search This Blog
Monday, July 10, 2006
. What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statemen
The exception propagates up to the next higher level try-catch statement (if any) or results in the program's termination.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment