What is the purpose of jdbc resultset interface?
No Answer is Posted For this Question
Be the First to Post Answer
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
How do I set properties for a JDBC driver and where are the properties stored?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
how to use CallableStatement? specially how to use their index given ..
What are different types of ResultSet?
Why hibernate is better than jdbc?
What does jdbc stand for?
What is jdbc odbc driver?
callable is interface or class ?
What is the role of class.forname while loading drivers?
How is database middleware used to access legacy databases?
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>......