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

Is set thread safe java?

1 Answers  


What is difference between static variable and global variable?

1 Answers  


Can we have more than one package statement in source file ?

1 Answers  


What is the formula to calculate percentage?

1 Answers  


What is difference between string and stringbuffer?

1 Answers  


What is the difference between Stream Reader and Stream Writer?

4 Answers  


What is the importance of finally block in exception handling?

1 Answers  


what is a thread pool in java and why is it used?

1 Answers  


What is the default size of load factor in hashing based collection?

1 Answers  


what is the difference between HashMap and Hashtable

17 Answers   Value Labs, Virtusa,


What is the main purpose of java?

1 Answers  


What are the rules for naming an array?

1 Answers  


Categories