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
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
What kind of testing to be done in client server application and web application? Explain
What makes a good test engineer?
What is a bug triage?
Explain the procedure & path of s/w in testing?
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
Write all combinations of test cases for calculater on + symbel
why testcases are written and what is the importance?
Give the real-time example for back-to-back testing?
can anyone help me regarding testing patterns?
How did you do unit testing in your project?
Diffrernce between client server testing and web server testing.
Explain Single View Testing ?
What makes a good software qa engineer?
What is decision table testing?