Tuesday, November 29, 2011

Statement statement = dbConnection.createStatement(); . What is Statement refers to. is it a interface or a class??

It is a interface. Statement object executes the SQL statement and returns the result it produces.
Category:Java Interview Questions

No comments:

Post a Comment