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
How do you declare an array in java?
What is the purpose of the enableevents() method?
What is keyword and identifier?
why java does not support unsigned keyword?
Can we create more than one object singleton class?
Explain 5 features introduced in jdk 1.7?
Explain the difference between serializable and externalizable in java?
What is the difference between heap and stack memory?
Can we overload the main() method?
What are checked exceptions?
Is list thread safe in java?
Why are the objects immutable in java?
Why is boolean important?
What is super in java?
What is the difference between keyword and identifier?