0% found this document useful (0 votes)
60 views1 page

Assignment 3:: MCA-506 Software Lab - IX (Java) List of Java Programs For Practical Assignments

This document provides a list of 11 Java programming assignments that are due on November 30, 2009. The assignments include developing programs that implement multithreading and thread methods, create applets to receive and process user input, define custom exceptions, handle different exceptions, use assert statements, handle keyboard and mouse events, perform database operations using JDBC, get IP addresses, and create a client-server application.

Uploaded by

vickygraduate
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views1 page

Assignment 3:: MCA-506 Software Lab - IX (Java) List of Java Programs For Practical Assignments

This document provides a list of 11 Java programming assignments that are due on November 30, 2009. The assignments include developing programs that implement multithreading and thread methods, create applets to receive and process user input, define custom exceptions, handle different exceptions, use assert statements, handle keyboard and mouse events, perform database operations using JDBC, get IP addresses, and create a client-server application.

Uploaded by

vickygraduate
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

MCA-506

Software Lab –IX ( Java)


List of Java Programs for Practical assignments

Assignment 3: Last date of submission: November 30, 2009


1) WAP implementing Multithreading and invoking wait(), sleep(),notify(),resume() and
yield() methods on the threads.
2) Develop an applet that receives three numbers through browser and displays the sum
of these 3 numbers and also the largest number.
3) Develop an applet that will create a GUI to input certain information in a form and
then display information after processing.
4) Develop a program to create your own exception called “NoMatchfound Exception”
that is thrown when an input string is not “hello”.
5) Write a program in which 4 exceptions (including one user defined exception) are
thrown and handled by the corresponding catch blocks appropriately.
6) Develop a program which uses assert statement to check certain condition.
7) Write a program to handle all the keyboard events and display messages according to
the event.
8) Write a program to handle mouse events and display messages according to the event.
9) Write a program to perform all Data base operations on employee table using JDBC.
10) Write a program to display IP address of a local host and a given host.
11) Write a program to create a client server application where server sends certain
messages to the client after connection is established by client.

You might also like