Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How is your project connected to the Database...tell the
procedure??

Answer Posted / prasanna kumar das

To connect java program into database we follow 2 steps,
1.
Driver drv=oracle.jdbc.driver.OracleDriver
DriverManager.registerDriver(drv);
2.
Connection con=DriverManager.getConnection
("Oracle:thin:@localhost:1521:xe","uname","password");

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?

2007


What kind of testing to be done in client server application and web application? Explain

1248


What makes a good test engineer?

1346


What is a bug triage?

1365


Explain the procedure & path of s/w in testing?

2110


What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?

3007


Write all combinations of test cases for calculater on + symbel

2333


why testcases are written and what is the importance?

1650


Give the real-time example for back-to-back testing?

1917


can anyone help me regarding testing patterns?

2076


How did you do unit testing in your project?

1225


Diffrernce between client server testing and web server testing.

2277


Explain Single View Testing ?

1488


What makes a good software qa engineer?

1192


What is decision table testing?

1177