Answer Posted / ramanareddy333
BY using jdbc api we can connect the applet to database
JDBC is divided into two API layers: the JDBC API and the
JDBC Driver API. The JDBC API handles all communication
between the Java applet and the JDBC Driver Manager. The
JDBC Driver API handles all communication between the JDBC
Driver Manager and the driver for a specific DBMS.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between serialization and deserialization in java?
What is the difference between stringbuffer and stringbuilder?
How do you compare two objects?
Can we have two methods in a class with the same name?
What about anonymous inner classes in java?
What are daemon Threads in java?
How does arrays sort work in java?
What is meant by inheritance and what are its advantages?
What is a wrapper method?
What is difference between char array and string?
What access modifiers can be used for methods?
What are the 4 types of characters?
Can a class extend more than one class?
What is a lock or purpose of locks in java?
Explain 5 features introduced in jdk 1.7?