Answer Posted / ramanareddy333
BY using jdbc api we can connect the applet to database
JDBC is divided into two API layers: the JDBC API and the
JDBC Driver API. The JDBC API handles all communication
between the Java applet and the JDBC Driver Manager. The
JDBC Driver API handles all communication between the JDBC
Driver Manager and the driver for a specific DBMS.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is variable and its types?
How to create a thread in java?
What is anagram of a string?
What do you understand by Header linked List?
Which one of the following suits the description of a string better: derived or primitive?
Are strings immutable in java?
What is string in java?
Why super is first line in java?
Java Compiler is stored in JDK, JRE or JVM?
What is visibility mode?
What is a text string?
Can we able to pass objects as an arguments in java?
How to make a read-only class in java?
If you are given the name of the function at run time how will you invoke the function?