thinkinterview » interview questions
« Previous

interview Questions

next »
question What is oracle thin driver and why is it named so?
Answer Description: Oracle provides a Type 4 JDBC driver, referred to as the Oracle “thin” driver. This driver includes its own implementation of a TCP/IP version of Oracle’s Net8 written entirely in Java, so it is platform independent, can be downloaded to a browser at runtime, and does not require any Oracle software on the client side. This driver requires a TCP/IP listener on the server side, and the client connection string uses the TCP/IP port address, not the TNSNAMES entry for the database name.

Next Queston » What is GregorianCalendar class?...

What is GregorianCalendar class?View full queston »


Posted in: Java(30) |