1.

What Is Statement ?

Answer»
  • 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.



Discussion

No Comment Found