Is multiple try block is possible in single java
Application......
Answer Posted / srinu
yes its possible.its working when multiple try blocks are
followed by catch blocks
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is mdb and what is the special feature of that?
Do I have to use jsps with my application?
What is synchronization and why is it important?
How are commas used in the intialization and iteration parts of a for statement?
Is there a guarantee of uniqueness for entity beans?
What you mean by COM and DCOM?
difference between ejb,struts,hibernate,spring and jsp
what are memory considerations of jsp compares to other web components?
Name the class that is used to bind the server object with RMI Registry?
What is meant by method chaining?
Explain about thread synchronization inside a monitor?
Explain phantom read?
Explain what is orm?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Java is fully object oriented languages or not?