What is the protocol is used in type4 driver?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / vishal
(jdbc:mysql://localhost:port no.//batabase","root","passwd");
| Is This Answer Correct ? | 0 Yes | 0 No |
Is set thread safe java?
What is difference between static variable and global variable?
Can we have more than one package statement in source file ?
What is the formula to calculate percentage?
What is difference between string and stringbuffer?
What is the difference between Stream Reader and Stream Writer?
What is the importance of finally block in exception handling?
what is a thread pool in java and why is it used?
What is the default size of load factor in hashing based collection?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
What is the main purpose of java?
What are the rules for naming an array?