Which database is used with java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about DSN?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What does the jdbc databasemetadata interface?
What are the packages are used in jdbc?
What are the Normalization Rules?
MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......
How many types of jdbc drivers are available?
What is the feature of jdbc v4?
How to know howmuch data is truncated?
What are the different types of lockings in jdbc?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
How do you insert images into database using jdbc?