Statement class
This is the class that does the ‘real work’
Use it to query, update and get a ResultSet object
A Statement object is created by the Connection class:
Statement stmt = con.createStatement();
Previous slide
Next slide
Back to first slide
View graphic version