Is multiple try block is possible in single java
Application......
Answer Posted / yogesh
yes,multiple try block is possible in java application.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Is “abc” a primitive value?
Why won’t the jvm terminate when I close all the application windows?
Can I have an action without a form?
Can constructors be synchronized in java?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
When is the best time to validate input?
What are the different methods of identifying an object?
What is table mutation and how do you avoid it?
Why use POJO when I can use hashmap
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!
whats is mean by connectionpooling
What is the relationship between local interfaces and container-managed relationships?
What are the services in RMI ?
What is the infobus?