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 will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
What is Independant Testing? When and where this type of testing will be performed?
In what situation would you want to parameterize a text verification check?
If asked to create a Configuration Design Pattern, where would you start?
HI, This question is Investment Banking domain related Question. I was asked in an Interview to tell the 5 test cases for Equity,Bond,Futures and options. Please help.. Pragya
How quickly we need to fix the bug? Or how soon the bug should get fixed?
How do you estimate white box testing?
aplitue questions will be based on wich type ?
Tell me agile process in your company
How much the bug is affecting the functionality of the application?
How we will test ubercate
Write all combinations of test cases for calculater on + symbel
Can you explain usability testing?
What is mean by incident logging system ?