Is not bound in this context unable to find jdbc spring boot?
No Answer is Posted For this Question
Be the First to Post Answer
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>......
What does executequery return in java?
what is connection pooling?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is jdbc and explain jdbc architecture?
How the JDBC application works?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
How do java applications access the database using jdbc?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
Explain creation of statement object with connection method create method with help of an example.
Result set’s index starts with 0 or 1?