Differentiate between a statement and a preparedstatement.
No Answer is Posted For this Question
Be the First to Post Answer
What are the steps required to execute a query in jdbc?
What are the 4 types of jdbc drivers?
Where can I find ojdbc14 jar file?
How can you use preparedstatement in jdbc?
How many categories of jdbc drivers are there?
What is ojdbc14 jar?
Difference between servlet and applet method?
can we create a own jdbc driver? how can we create?
What is an odbc driver?
What is the return type of execute, executequery and executeupdate?
What is JDBC RowSet? What are different types of RowSet?
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>......