Answer Posted / gh kumar
no java is not a pure object oriented programming language
because of primitive data types, multiple inheritance and
static members.
| Is This Answer Correct ? | 43 Yes | 4 No |
Post New Answer View All Answers
How do I check in my code whether a maximum limit of database connections have been reached?
Does sql allow null values ?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
How do we load the drivers?
Describe the steps needed to execute a sql query using jdbc.
What do you mean by metadata and why we are using it?
What is the feature of jdbc v4?
What is the function of drivermanager class?
What is jdbc connection interface?
What are the jdbc drivers in java?
Explain the locking system in jdbc?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Differentiate between a statement and a preparedstatement.
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.