Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Bakir Farooq   on Jan 04 In Java Category.

  
Question Answered By: Murad Bashara   on Jan 04

by using jdbc  we will connect  to database in java.
first u have to load driver by using Class.forName()
or DriverManager's method. then U have to get
connection by using DriverManager.getConnection().
using connection object u have to create Statement and
then using statement u can execute and query.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 


Tagged: