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 |
What is arguments in java?
What is bean? Where it can be used?
Is string thread safe in java?
What is your platform’s default character encoding?
What is scanner in java?
which method throws exception of type Throwable
What is method in java ?
Are arrays immutable in java?
Does apple use java?
What is anonymous inner class?
Explain Method Overloading in Java.
What is the difference between static binding and dynamic binding?