How java can be connected to a database?
No Answer is Posted For this Question
Be the First to Post Answer
What is a lock in jdbc?
What is a jdbc driver and how many jdbc drivers are available?
What is the use of jdbc api?
How many isolation levels are supported in JDBC and what are they?
What are statements in JAVA ?
What is the syntax of URL to get connection?
How do I stop nullpointerexception?
What is jdbc servlet?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What are the common jdbc exceptions?
What is the difference between execute, executeQuery, executeUpdate?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)