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 can you write a loop indefinitely in java programming?
What is the default value of local and global variables?
Can we use static class instead of singleton?
What's the purpose of static methods and static variables?
What is a conditional equation?
Does the order of public and static declaration matter in main method?
Can I declare class as static or private?
What is a pointer and does java support pointers?
What is the most important feature of java? What is an interface?
how can you take care of mutual exclusion using java threads? : Java thread
How can we avoid including a header more than once?
What is lastindexof in java?
How to stop a thread in java? Explain about sleep () method in a thread?
What is the difference between static class and normal class?
What are extraneous variables examples?