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 are the properties of thread?

0 Answers  


Which method is used to find that the object is exited or not?

2 Answers  


What are the latest versions in JAVA related areas?

3 Answers   Netcraft,


Can we declare an array without size in java?

0 Answers  


In how many ways we can do exception handling in java?

0 Answers  






Is upper case in java?

0 Answers  


How many types of exception can occur in a java program?

0 Answers  


What is difference between local variable and global variable?

0 Answers  


What is lastindexof in java?

0 Answers  


Is vector ordered in java?

0 Answers  


Can we override final method?

0 Answers  


why using interface interface ?

0 Answers  


Categories