Answer Posted / neha
java is not pure object oriented programming language ............it make use of objects but it is not necessary to make object . in pure object oriented programming means that without making the object you can not successfully make the program
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is a java driver?
What is jdbc and its types?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Can I get a null resultset?
What driver should I use for scalable Oracle JDBC applications?
What is the difference between setmaxrows(int) and setfetchsize(int)?
How a database driver can be loaded with jdbc 4.0 / java 6?
What is resultset in jdbc with example?
Is it possible to connect to multiple databases simultaneously?
In which ways is driver class is registered with drive manager?
Can we return resultset in java?
What is jdbc and explain jdbc architecture?
How do I load a database driver with JDBC 4.0 / Java 6?
Why did my jdbc code throw a rollback sqlexception?
What is JDBC Statement?