How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
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 is represented by the connection object?
What is jdbc explain?
Where is jdbc url mysql?
What is connection pooling? What Method and class used for Connection pooling in Java?
Is java a database?
What is the difference between executing, executequery, executeupdate in jdbc?
What is PreparedStatement?
What is jdbc architecture?
How do I connect to jdbc?
What is connection data?
Is jdbc faster than hibernate?