- http://stackoverflow.com/questions/2699580/difference-between-unchecked-exception-or-runtime-exception
- http://java-questions.com/Exceptions_interview_questions.html
- http://stackoverflow.com/questions/1457863/what-is-the-difference-between-noclassdeffounderror-and-classnotfoundexception
- ClassNotFoundException : this is an exception when a class is trying to load some other class using the forname method and findsystem class in the class loader. This is an error of reflection NoClassDefException : The class was there at compile time but is not there at runtime. This is an error and was not expected.
- Difference between throws and throw keyword
- http://javarevisited.blogspot.com/2012/02/difference-between-throw-and-throws-in.html
- http://stackoverflow.com/questions/7049623/how-to-create-checked-unchecked-custom-exceptions-in-java
- throws will be used in the function declaration with no error handling inside the function
Apart from coding and design interview questions, this page contains updates on my learnings with Java. It helps me organize my learning. Read about my future self here : https://siliconvalleystories.blogspot.com/
Tuesday, 25 December 2012
Exception Handling Java
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment