how can i connect to database in a applet ?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

898


What is variable and its types?

785


How to create a thread in java?

900


What is anagram of a string?

726


What do you understand by Header linked List?

840


Which one of the following suits the description of a string better: derived or primitive?

756


Are strings immutable in java?

761


What is string in java?

779


Why super is first line in java?

843


Java Compiler is stored in JDK, JRE or JVM?

1266


What is visibility mode?

748


What is a text string?

879


Can we able to pass objects as an arguments in java?

804


How to make a read-only class in java?

837


If you are given the name of the function at run time how will you invoke the function?

921