Java Beans Question and Answers
5. | What is a Stored Procedure in JDBC? |
---|---|
|
|
6. | Define the term DDL, DML and DCL in Database Connectivity? |
---|---|
|
|
7. | What is Introspection? |
---|---|
|
|
8. | How is a Jar file created? |
---|---|
Use the following command to create a Jar file: Jar – cvfm filename.jar filename.man filename.class |
|