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 32 bit float?
Can private class be extended java?
Why is String immutable?
is it possible to instantiate the math class?
what is the replacement method of stop() of thread
What is t in generics in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is main in java?
What is bufferedwriter?
What are the differences between the constructors and methods?
Explain the significance of class loaders in bootstrap?
Differences between external iteration and internal iteration?