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
1.What types of documents would you need for QA, QC, and Testing?
Hi.....wat r d major bugs we can find in banking domain???
Is an "A fast database retrieval rate" a testable requirement?
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
Why it is recommended to add verification checks to your all your scenarios?
What is six sigma?
How to test a Falsh player scrollings?
What is bidirectional traceability ??? and how it is implemented
Define brain stromming and cause effect graphing?
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
what is fusion testing and impact analysis???
What are the advantages of black box testing?
What are testing techniques? What is difference between general and specific?
What do you do (with the project staff) when the schedule fails?