JDBC provides facility to store the java objects by using following methods of the PreparedStatement.1. setObject ()2. setBlob()3. setClob()

A) 1,2
B) 2,3
C) 1,3
D) 1,2,3

Showing Answers 1 - 8 of 8 Answers

satheesh kumar. sriramaneni

  • May 4th, 2006
 

D is the answer. These three methods are used to store the objects.

  Was this answer useful?  Yes

meenakshi

  • Apr 1st, 2013
 

1,2,3

  Was this answer useful?  Yes

Jerry Sam

  • Jul 10th, 2015
 

D

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions