how can i connect to database in a applet ?



how can i connect to database in a applet ?..

Answer / 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

More Core Java Interview Questions

What is the type of lambda expression?

0 Answers  


Nullpointer exception is a very common exception. Why is it not made as a checked exception?

2 Answers   Ness Technologies,


how can be object class inherited to all class in a program when java does not support multiple inheritance??

4 Answers  


What is the use of put method?

0 Answers  


What is multiple inheritance & can we implement it in java?

6 Answers   Satyam,


If an application has multiple classes in it, is it okay to have a main method in more than one class?

0 Answers  


Why we use multi threading instead of multiprocessing?

0 Answers  


Which class is used by server applications to obtain a port and listen for client requests?

0 Answers  


How many bytes is a char in java?

0 Answers  


what is synchronization? : Java thread

0 Answers  


Explain java coding standards for interfaces?

0 Answers  


What is final int?

0 Answers  


Categories