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
What type of variable is gender?
What is the difference between math floor and math round?
How do you access command-line arguments within the code?
What are the two categories of data types in the java programming language?
Explain about the security aspect of java?
Can we define constructor in inner class?
what is difference betweem home interface and remote interface?
What is ascii code?
What is a condition in java?
Is java written in c?
What is private static class in java?
what do you understand by synchronization? : Java thread
What is nan in java?
What is core java called?
Can we write any code after throw statement?