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 |
What method is used to know the status of Checkbox(i.e it is checked or unchecked)?
What is the difference between int and integer in java?
where to use join method and explain with real time senario?and programatical explenation also..
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
Explain the reason behind ending a program with a system.exit(0)?
Is there any case when finally will not be executed?
What is a singleton puppy?
why static class in java or what is use of static class in java
How the elements are organized in BorderLayout?
How will you convert an ArrayList to Arrays?
Difference between abstract and concrete class ?
What is a Transient Object?
0 Answers InfoAxon Technologies,