Java Beans Question and Answers
9. | What are the steps to be followed in creating a new Bean? |
---|---|
The steps that must be followed while creating a new Bean are :
|
|
10. | What are the different JDBC driver types? |
---|---|
There are four types of JDBC drivers each having its own functionality. They are classified based on how they access data from the database. They do not substitute one another.
|
|
11. | How is a manifest file created? |
---|---|
Follow the steps to create a manifest file:
|
|
12. | What is DatabaseMetaData? |
---|---|
|
|