What is the protocol is used in type4 driver?

Answers were Sorted based on User's Feedback



What is the protocol is used in type4 driver?..

Answer / raja

type 4 uses thin protocol of specified vendor say oracle is
jdbc:oracle:thin:@systemname:1521:oracleservicename

Is This Answer Correct ?    3 Yes 1 No

What is the protocol is used in type4 driver?..

Answer / sandhya

native protocol

Is This Answer Correct ?    5 Yes 4 No

What is the protocol is used in type4 driver?..

Answer / sandeep sagala

A native-protocol fully Java technology-enabled driver
converts JDBC technology calls into the network protocol
used by DBMSs directly. This allows a direct call from the
client machine to the DBMS server and is a practical
solution for Intranet access. Since many of these protocols
are proprietary the database vendors themselves will be the
primary source for this style of driver. Several database
vendors have these in progress.

Is This Answer Correct ?    0 Yes 0 No

What is the protocol is used in type4 driver?..

Answer / vishal

(jdbc:mysql://localhost:port no.//batabase","root","passwd");

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What does indexof mean?

0 Answers  


Can you override a private or static method in java?

1 Answers  


There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?

0 Answers  


What is Remote Interface ?

6 Answers   CTS,


Do you know thread pools?

0 Answers   BMC,






what is a transient variable?

5 Answers  


What is %d in printf?

0 Answers  


How does multithreading take place on a computer with a single cpu in java programming?

0 Answers  


What is the use of isempty in java?

0 Answers  


what is abstract class in Java?

0 Answers   Hexaware, Syntel,


Explain scope or life time of local variables in java?

0 Answers  


what is use of threads how many ways to create thread

3 Answers   iTrust, Verizon,


Categories