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 the type of lambda expression?
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
how can be object class inherited to all class in a program when java does not support multiple inheritance??
What is the use of put method?
What is multiple inheritance & can we implement it in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Why we use multi threading instead of multiprocessing?
Which class is used by server applications to obtain a port and listen for client requests?
How many bytes is a char in java?
what is synchronization? : Java thread
Explain java coding standards for interfaces?
What is final int?