how can i connect to database in a applet ?
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 |
Why are global variables used?
. What are the differences between constructor and method of a class in Java?
Who found java?
Is java hashset ordered?
Why is java multithreaded?
What is the history of java?
when everything can be done by static block then why do we use main method?.
Howmany address lines are required to addressing 1 MB memory?
8 Answers Beatroot Technologies, CSC, HCL, Hexaware, IBM,
What are inbuilt functions?
Default layout of panel and frame?
Are arrays passed by reference in java?
What is the purpose of setAutoCommit() ?