How can I retrieve a String or other object type without creating a new object each time?
No Answer is Posted For this Question
Be the First to Post Answer
What are the new features available in jdbc 4.0?
What is the difference between execute, executeQuery, executeUpdate?
Differentiate between a statement and a preparedstatement.
What is the return type of class.forname() method?
how to use CallableStatement? specially how to use their index given ..
what does batchUpdate does?
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 does JDBC differ from ODBC?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What are stored procedures? How to call them?
What causes no suitable driver error?
Is there another way of dealing with the result set that could execute faster?