-
java basic questions
1.throw Vs. throws clause?2.Use of EJBs?3.Design Patterns avail in Java?4.Different ways of achieving Exceptions in Java?5.Can we handle Run Time Exceptions?6.How to overcome OutOfMemoryError?7.CompileTime Vs. Run Time Exceptions8.MultiThreading Vs Multitasking9.Usage of Tag Libraries in JSPs?10.Available Tag Libraries?
-
Exeption Handling
What happenes if exception occur in finally block?