Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Java > JDBC

JDBC JDBC Interview Questions, Learn by sharing JDBC Interview Questions asked in various companies, Get Career advices, Interview Procedures from JDBC experts, Post asked JDBC Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-25-2008, 08:26 PM
Senior Member
 
Join Date: Mar 2008
Posts: 4,634
Default What is meant by a ResultSet

What is meant by a ResultSet ?
Reply With Quote
  #2 (permalink)  
Old 07-07-2008, 04:48 PM
Junior Member
 
Join Date: Jul 2008
Location: Gaya(Bihar)
Posts: 1
Default ResultSet is an

ResultSet is an object that holds the all the records of a table.When we connect the database with Java or .Net applecation then it stores all the data of a table in the ResultSet.
Reply With Quote
  #3 (permalink)  
Old 07-08-2008, 08:32 AM
Member
 
Join Date: Jul 2008
Location: West Bengal,India
Posts: 48
Default What is meant by a ResultSet

ResultSet is an non updatable object in java. it represent the data in database which is usually generated by executing a statement that queries the database.
Reply With Quote
Reply

Tags
interview questions, jdbc

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On