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
What is ph and buffers?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is set string?
What is intern method in java?
What is the maximum size of list in java?
What defines function?
What is a boolean expression in java?
What are different access specifiers in java? Explain
What is this () in java?
What do you mean by pointer value and address?
What is included in core java?
Why java is considered dynamic?
What is collection sort in java?
What are thread groups?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?