Tuesday, November 29, 2011

Which Driver is preferable for using JDBC API in Applets.

As we know that applets has many restrictions on the remote machine on which they are executed.But they can make connections to the server from which they have been originated.As the database obviously lies on the server side it can make socket connections with the server.So TYPE4 driver is suitable to use in applet communications.
Category:JDBC Interview Questions

No comments:

Post a Comment