How warnings are retrieved in JDBC?



How warnings are retrieved in JDBC?..

Answer / kalyan

while using jdbc, warnings can occur at any time
while getting connection
while creating statement
while getting resultset, at each , we can get using
getWarnings() method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

How to get the Database server details in java program?

0 Answers  


Is jpa faster than jdbc?

0 Answers  


Which Java and java.sql data types map to my specific database types?

0 Answers  


why we don't use the type 2 driver for connect to the database in jdbc?

1 Answers   TCS,


What is the role of the jdbc drivermanager class?

0 Answers  






What do you mean by database connection pooling?

0 Answers  


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

0 Answers  


Is jdbc secure?

0 Answers  


How many ways that we can view a result set?

0 Answers  


What is the benefit of having jdbcrowset implementation?

0 Answers  


What happens if connection is not closed in jdbc?

0 Answers  


how can connection with oracle10g with java

3 Answers   IonIdea,


Categories