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
Which class cannot be a subclass in java?
What are the elements of java?
Explain the difference between an object-oriented programming language and object-based programming language?
What is an example of procedure?
What is the difference between normal report & matrix report?
Can we override singleton class?
What is serialization in java?
What is a bubble sort in java?
What is use of map in java?
What are the Class Libraries ?
What is logical variable?
Explain the protected field modifier?
Which is bigger double or float?
Is singleton class thread safe?
What are the kinds of polymorphism?