不是吧!
你看JDK帮助中ResultSet中是这么说的,并没有说该函数是abstract的:
public Array getArray(String colName)
               throws SQLException
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language. Parameters:
colName - the name of the column from which to retrieve the value 
Returns:
an Array object representing the SQL ARRAY value in the specified column 
Throws: 
SQLException - if a database access error occurs
Since:
1.2