Answer Posted / 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 |
Post New Answer View All Answers
How do you create a bulleted list?
Explain 5 features introduced in jdk 1.7?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is java abstraction with example?
Which is bigger double or float?
How does arraylist size increase in java?
Explain the pointers in Java?
Explain about strings in java?
Can a constructor call the constructor of parent class?
What is comparator in java?
What is the meaning of immutable regarding string?
What is the advantage of OOP in java?
What is an iterator java?
What is use of super keyword in java?
How is string stored in java?