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
Can an unreferenced object be referenced again?
What are the ways in which a thread can enter the waiting state?
What is threaded programming and when is it used? : Java thread
What is a local block?
Can we catch more than one exception in single catch block?
Why is serialization required?
what is meant by encapsulation?
Can a class have multiple subclasses?
Why spring singleton is not thread safe?
What is protected in java?
How do you use compareto?
What is a numeric string?
What is java lang object?
What are the two main uses of volatile in Java?
Why is singleton not thread safe?