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 |
Explain when noclassdeffounderror will be raised ?
What is a variable analysis?
Why hashset is used in java?
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
What are actual parameters?
What is an array length?
What is difference between synchronize and concurrent collection in java?
What does you mean in math?
What invokes a thread's run() method in java programming?
what is jms? features of jms
what is the swingutilities.invokelater(runnable) method for? : Java thread
What are methods of a class?