What is ojvm used for?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of collection pools?
Is it possible to connect to multiple databases simultaneously?
How can a java objects be stored in database?
What are the methods which can verify the cursor particular position?
Is odbc an api?
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 the connection object represents?
can we define indexes on a foreign key? Explain pros and cons?
Why do we need a jdbcrowset like wrapper around resultset?
What are the Isolation level in JDBC transaction?
How can we store and retrieve images from the database?
What are the differences between resultset and rowset?