How to know howmuch data is truncated?
No Answer is Posted For this Question
Be the First to Post Answer
How does jdbc driver work?
Name the method, which is used to prepare a callablestatement.
List some new features available in jdbc 4.0?
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 to make updates to updatable result sets in jdbc?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is jdbc servlet?
Can we make a database connection from HTML ?
6 Answers Aptech, BOB Technologies, Cap Gemini, Wipro,
What is jdbc and jdbc drivers?
What is JDBC PreparedStatement?
What is isolation level? How to set it?
Differentiate between a statement and a preparedstatement.