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

Is treeset sorted in java?

0 Answers  


What do you understand by the term polymorphism?

0 Answers  


What is basic syntax?

0 Answers  


Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?

5 Answers   Google,


What are thread safe functions?

0 Answers  






What is a package?

2 Answers  


What are void methods?

0 Answers  


What is exception handling in java?

0 Answers  


What do you mean by global variable?

0 Answers  


What is a string token?

0 Answers  


Can you override static method in java?

1 Answers  


What are alternatives to java serialization?

0 Answers  


Categories