Which of the following values can be replaced in the place of 1 and 2 below Statement stmt= con.createStatement(1,2);a) ResultSet. TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLYb) ResultSet. TYPE_SCROLL_INSENSITIVE,
Latest Answer: Here a and b can be used for (1,2) place respectivly. ...
Consider the following:-ID [_______]Name [_______]Marks [_______]NEW EDIT CLOSEThis is a form which I have made. What i need is When I click on NEW button, if textboxes should
Latest Answer: Hi Dude..It's a a very simple problem what u need to do is ..Let, JButton n1=new JButton("New"); n1.setActionCommand("New"); JButton n1=new JButton("Save"); n1.setActionCommand("Save");....public void ...
Can we use Type1 driver in web Application?If possible give me a simple example for all driver types?
Latest Answer: Yes , u can use JDBC type-1 driver for web application but here need to upload many Database libraries for middleware interaction purpose. ...
Latest Answer: 1st: register with drive2nd: make a connection3rd: write statement or procedurestatement4th: write a sql stmt using statement methods ...
Latest Answer: 1. Please make sure the java object is serializable2. Serialize the java object into a file3. Store the content of the file to relational database as Blob ...
Latest Answer: Connection will pile up and one point of time maximum number of connections exceeded error will be thrown. ...
What are the Database transactions? How we can maintain transactions using JDBC? Explain with example?
In the Statement below class.forName(" ---");What's going onIs the driver get registred then where it is inintialized, if it is initialized & registerde there only, How?
can u give correct answer for this....!
Latest Answer: Through MethodDriverManger.getDriver(url) you will get the driver name. ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top