how can i connect to database in a applet ?

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


Please Help Members By Posting Answers For Below Questions

How can you write a loop indefinitely in java programming?

771


What is the default value of local and global variables?

845


Can we use static class instead of singleton?

827


What's the purpose of static methods and static variables?

812


What is a conditional equation?

785


Does the order of public and static declaration matter in main method?

845


Can I declare class as static or private?

758


What is a pointer and does java support pointers?

784


What is the most important feature of java? What is an interface?

766


how can you take care of mutual exclusion using java threads? : Java thread

827


How can we avoid including a header more than once?

801


What is lastindexof in java?

765


How to stop a thread in java? Explain about sleep () method in a thread?

808


What is the difference between static class and normal class?

753


What are extraneous variables examples?

752