ResultSet

Why ResultSet is a Interface?
[36 byte] By [somu241074a] at [2007-10-3 1:25:01]
# 1
Because its implemented in different ways by different database driver vendors e.g. oracle's resultset is implemented in a different way to sybase's. Since they all stick to the same interface, you should be able to change databases without changing your code.
killerCodingNinjaMonkeya at 2007-7-14 18:22:26 > top of Java-index,Desktop,Runtime Environment...
# 2
Thank you very much killerCodingNinjaMonkey
somu241074a at 2007-7-14 18:22:26 > top of Java-index,Desktop,Runtime Environment...