While learning JDBC, I found the Resultset is aninterface. Yet we can use its function like rs.next().How is this possible?I am aware when you execute a statement it returns a resultsetobject. But how is a Resultset object created, when thereis no Resultset class?thanks,KNR