how can i connect to database in a applet ?
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 |
Is null function in java?
what questions are been asked ??? for interview in apti
I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.
Define jit compiler?
What is port number in java?
List some important features of java 10 release?
Write a java program to generate fibonacci series ?
What happens if an exception is not caught?
Can constructor be protected in java?
What is “try and catch” in java
Is jdk required on each machine to run a java program?
Can try statements be nested?