Answer Posted / nk
The class.forname provides a mechanism to define driver at
run time.
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
For which statements does it make sense to use a label?
Name the class that is used to bind the server object with RMI Registry?
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!
What is Stream Tokenizer?
How to deploy Jar, War files in J2EE?
Brief description about local interfaces?
What are the steps to write p-to-p model application?
What are the pros and cons of detached objects?
Why a component architecture for the java platform?
What is the relationship between local interfaces and container-managed relationships?
Is “abc” a primitive value?
What is the immediate superclass of the applet class?
Why use POJO when I can use hashmap
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the RMI and Socket?