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

In java, what is the difference between method overloading and method overriding?

559


What are the advantages of packages in java?

553


What is return keyword in java?

539


Explain with example the concept of constant variable in java.

595


What is a lambda expression ? What's its use ?

546






What is main method?

519


what is meant by abstract class?

625


What do you understand by weak reference?

532


Can we declare a constructor as final?

650


What happens when heap memory is full?

508


How do you start a thread?

524


Is upper case in java?

508


Why is stringbuffer called mutable?

537


Difference between object instantiation and construction ?

552


What are the principle concepts of oops?

515