Java Programming and Technical Programming Technical

Q. What are the two major components of JDBC?

A. One implementation interface for database manufacturers, the other implementation interface for application and applet writers.

Read Solution (Total 0)

Java Other Question

Q. Explain different way of using thread?

A. A Java thread could be implemented by using Runnable interface or by extending the Thread class. The Runnable is more advantageous, when you are going for multiple inheritance.
What kind of thread is the Garbage collector thread? It is a daemon thread