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
How is a java object message delivered to a non-java client?
Explain RMI Architecture?
What is the difference between the session.update() method and the session.lock() method?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is the difference between long.class and long.type?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is the difference between the string and stringbuffer classes?
Explain what is synchronization?
How would you detect a keypress in a jcombobox?
Is there a guarantee of uniqueness for entity beans?
What modifiers may be used with an inner class that is a member of an outer class?
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!
Name three subclasses of the component class?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
When is the best time to validate input?