JDBC Form Data

Can we represent data in the form of objects in JDBC? Explain

Questions by jyothi.honey

Showing Answers 1 - 3 of 3 Answers

Yes we can.

For example you have a table customer make a class Customer and fire query in DB and initialize data member of Customer class with the result of query witch fetch the customer info from db and use Customer class like

String name=Customer.name;

  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