0% found this document useful (0 votes)
8 views6 pages

Unit-4 JP

Report

Uploaded by

divyanshee1411
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views6 pages

Unit-4 JP

Report

Uploaded by

divyanshee1411
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Information Technology

V -Semester
IT- 504
(Java Programming )

Ms. Akanksha kumayu


Assistant Professor
IT department, CDGI Indore
1. Explain the concept of multithreading with example.
2. Explain Exception-handling in Java with the suitable example.
3. Explain the term “try”, “catch”, “throw” and “assertions” with examples.
4. What are the basic steps for using JDBC to access database? Explain
briefly with syntax
5. Write a Java program which accepts a file name as command line
argument and finds the length of the longest line. Display error message if
file does not exists.
6. Write a Java program to illustrate communication between client and
server
7. Write a Java program to Insert Students details like Roll_No, Name,
Address, city, email-address into Student table.
8. Discuss various levels of access protection availables for packages and
their implementations.
1. Explain exception handling in Java. What is the importance of try and
Catch block in exception handling.
2. Explain thread class and runnable interface with the help of a program.
3. Explain in details about MVC-Architecture and explain about Adapter
Classes.
4. Explain how can we use objects as software modules.
5. Define the concept of inheritance and also design an AUTOMOBILE base
class, with all its possible methods and data structures.
6. Write a program Java using class for computing the roots of the quadratic
equation, where roots may be either real or complex depending on the
values a, b and c.
7. Write a program Java using class for computing the roots of the quadratic
equation, where roots may be either real or complex depending on the
values a, b and c.
1. Java String in immutable. Explain with the help of program.
2. Discuss the concept of final, finally and finalize keyword in Java.
3. Write a program to transpose a matrix.
4. Write a program to sort elements in an array in ascending
5. How coordinate Transformation and Image manipulation is done in AWT.
6. Explain in brief about event sources and event listeners
7. Explain the life cycle of Applet.
8. Design a screen in Java which accepts text in textbox. If the left mouse is
clicked, convert the text to upper case and if the right mouse button is
clicked, convert it to lower case.
9. Define What is a Stream? Write the difference between byte streams and
character stream. How are they used to capture input from the user?

You might also like