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 thread pool in java with example?

0 Answers  


Explain Linked HashSet

1 Answers  


What are the special characters?

0 Answers  


What are virtual methods?

1 Answers   TCS,


Is int primitive data type?

0 Answers  






Why does abstract class have constructor?

0 Answers  


What is tcp and udp?

0 Answers  


What is the default access specifier for variables and methods of a class?

0 Answers  


strings in java are objects.why?

2 Answers  


EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.

1 Answers   EDS,


What is string args [] in java?

0 Answers  


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

4 Answers  


Categories