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 |
Do we need to manually write Copy Constructor?
What is a vararg?
What is use of arraylist in java?
What is class??
What are the differences between string and stringbuffer?
Explain what is Marker interface?
Why main method is called first in java?
Is math class static in java?
what is difference between method overloading & method overridding with example?
Which sorting algorithm is in place?
When garbage collector invokes object?s finalize() method?
What is the use of generics? When was it added to the Java development Kit?