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
Tell us something about different types of casting?
What is a conditional equation?
What is variable declaration and definition?
What do you understand by copy constructor in java?
How is the marker interface used in Java?
Explain about instanceof operator in java?
How we create object in copy constructor?
What is :: operator in java?
What is static and final keyword in java?
What is ordered map in java?
What does provide mean construction?
Difference between collection, collection and collections in java?
What makes a function well defined?
What does exp mean in math?
Can we override the private methods?