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

any one please send me any test case examples with tabular columns in manual testing

1981


Manual and automation how do they help in bringing out quality product? Explain?

1664


tell me 3 defects in FRS document, while doing FRS review which u have found in the last 3 years ? could u plz answer brahma412@yahoo.co.in

2249


Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?

3914


1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases

5943


In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?

2770


Hi If anyone from banglore want to know the real time senario like writting Test cases and how things actually happens in a company. I am taking a 2 hours class which will cover all the real time experiance and guidence for job. classes are counducted only at weekends. for further queries mail me at vinodhanandhan@gmail.com Vinodh Anandhan Software Test Engineer vinodhanandhan@gmail.com

1668


Unit Testing can be done by using Nunit?

923


i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?

2079


What is six sigma?

989


What is a test server?

958


What are bug leakage and bug release?

983


How is ‘build’ different from ‘release’?

851


How do you scope, organize, and execute a test project?

1960


What r all the security problems u r facing & the measures taken to solve.

2051