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 are the differences between processes and threads?
Explain the difference between transient and volatile in java?
What class allows you to read objects directly from a stream?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
In case of inheritance what is the execution order of constructor and destructor?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is n in java?
What is memory leak and how does java handle it?
How can be define MARKER interfce in java
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
How to define a constant variable in Java?
What is integer size in java?