What is a statement in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is jndi lookup?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
Expalin the method of calling a stored procedure from jdbc.
Is possible to open a connection to a database with exclusive mode with JDBC?
What are the different types of statements? How we can you use preparedstatement.
How can we set null value in jdbc preparedstatement?
I have getting problem to calling stored procedure from Mysql through JSP. Please help me.
what are the Different types of exceptions in JDBC?
If you are truncated using JDBC, how can you that how much data is truncated?
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 can we retrieve the file in the oracle database?
Name the method, which is used to prepare a callablestatement.