Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is Statement ?


Statement acts like a vehicle through which SQL commands can be sent. Through the connection object we create statement kind of objects.
Through the connection object we create statement kind of objects.
               Statement stmt  = conn.createStatement();
This method returns object which implements statement interface.
Related Posts Plugin for WordPress, Blogger...
Flag Counter