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 |
Can inner class have constructor?
please write java program of instanceOf keyword implementation
what is difference betweem home interface and remote interface?
What are hot spots in Java programming?
Why java is a platform independent? Explain
What is difference between synchronize and concurrent collection in java?
What is a java predicate?
Why is the main method static?
Why method overloading and method overriding required in java?
How do you find the independent variable?
What is native method in java?
Why generics are used in java?