0% found this document useful (0 votes)
42 views

JAVA Important Questions

Uploaded by

TECH HV
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

JAVA Important Questions

Uploaded by

TECH HV
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Short Answer Questions

1. What is the use of finally keyword in exception handling


2. Differentiate string as string class and string buffer class object.
3. Define the process of repaint () method
4. Define a border Layout and write its syntax.
5. Draw AWT class hierarchy.
6. Define thread synchronization.
7. List out 3 thread priorities in java.
8. List out any four methods in String class and write its usage.
9. How applets are differed from application programs.

10.Define Event handling.

Long Answer Questions

6.Explain user defined exception creation with an example.

7.Explain about inter thread communication with an example.

8.Explain reading and writing data in files with an example

9 a. Define an Applet. What are the uses of an Applet.

b. Write an HTML applet tag and explain each part of it.

10a. Write a Java program to handle mouse events.

b. Explain the concept of AWT Button and AWT Text Field with suitable example.

11a. Write a brief note on Components and Containers

b. Differentiate Adapter classes and Inner classes.

12. Explain the thread life cycle with neat diagram

13.Write a java program that illustrates the keywords try, throw, catch, throws, finally key
words.

14.Write a java program that read and count the number of characters from a file.

15.Write java program to create an applet with set of graphical objects.

16.List out various layout managers in java, Write a java program to create a boarder layout
with Boarder Layout class.

17.a.Write a Java program to create scroll bars.

17.bWrite a java program to create menu bars.

You might also like