ResultSet is a Interface. So without implementing its method next(), we can use next() method in our appliaction directly.
But according to the concept of a Interface how it is possible ?
Can anyone help me regarding this?
But according to the concept of a Interface how it is possible ?
Can anyone help me regarding this?
Comment