| Author |
ResultSet
|
Sujatha Rangarajan
Greenhorn
Joined: Jul 19, 2006
Posts: 23
|
|
Hi, Can ResultSet can be called as collection? Thanks
|
 |
Joanne Neal
Rancher
Joined: Aug 05, 2005
Posts: 3011
|
|
|
ResultSet is an interface and it doesn't extend Collection, so in general the answer is no. However, a class could implement both ResultSet and Collection, so in that case the answer would be yes.
|
Joanne
|
 |
 |
|
|
subject: ResultSet
|
|
|