JAVA Question Bank 5sem
JAVA Question Bank 5sem
Section - A
1. What is JVM?
9. What are the wrapper classes? Give the name of any five wrapper classes?
20. What is layout manager? Give the name of different types of layout managers.
Section - B
1. Describe the various data types in java language in detail.
9. Discuss about various JDBC drivers. Give advantage and disadvantage of various drivers.
6. How to create menus in AWT? Write all the steps to create File menu.
7. Create a login form in AWT. Write the code to check the user name and password from
the database.
8. Create a student registration form to add new information, update and delete the student
information.
10. Define the Input Stream and Output Streams. Write a program to copy the contents of one
file into another.
12. What is Event Delegation model? How it is better approach than other approaches.
13. Write HTML code for student registration form for CCS university, which should have at
least user name, password, address as a text field, country as a combo box, gender as a
radio button, hobbies as submit button. make your necessary assumption.