How do I check in my code whether a maximum limit of database connections have been reached?
No Answer is Posted For this Question
Be the First to Post Answer
How to check null value in JDBC?
What is execute in java?
How can you sort dates?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
Explain how to make updates to the updatable resultsets.
How can I get information about foreign keys used in a table?
What are JDBC statements?
How do you insert images into database using jdbc?
What is jdbc databasemetadata interface?
Why “no suitable driver” error occurs?
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>......
Does jpa use jdbc?