write down exceptions those appear in java programs when u
write JDBC Programs?
Answers were Sorted based on User's Feedback
Answer / vivek sawant
answer of the question Interrupted exception bcoz of
connection with servrer & IOException for handling an
errors while retriving the value from server to our program.
SQLException is arises because of unhandled query.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different classes through which JDBC represents statements?
How can you sort dates?
Can you create an index on sex column where there is M or F?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What do you understand by jdbc driver and explain its types?
What is jdbc and odbc?
Does sql allow null values ?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is jdbc driver in java?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Is java a database?
what is callable statement?