You are on page 1of 2

GALGOTIAS UNIVERSITY

Plot No.2, Sector 17-A, Yamuna Expressway,


Greater Noida, Gautam Buddh Nagar, U.P., India
School of Computing Science &
Engineering
Course Name – Programming in JAVA Lab
Course Code:- MCAP5025
Sl.No Title of Lab Experiments
1. Write a Program to Print Welcome.
2. Write a Program to print factorial of a Number
3. Write a Program to find the biggest Number
4. Write a Program to check if a number is even or odd Number
Write a Program to find the given number is Armstrong Number
5.
or not.
6. Write a Program to show constructor overloading.
7. Write a Program to call objects using This keyword.
8. Write a Program to inherit properties of one class to another.
Write a program in Java for illustrating overloading, over riding
9.
and various forms of inheritance.
Design a Vehicle class hierarchy in Java. Write a test program to
10.
demonstrate polymorphism.
Write a Program for Exception handling using try, catch, throw,
11.
and throw finally.
Write a programs in Java for event handling Mouse and
12.
Keyboard events.
13. Write a program to create packages and multiple threads in Java.
Write a program in Java to create and manipulate Text Area,
14.
Canvas, Scroll Bars, Frames, and Menus using swing/AWT.
15. Write a Program to draw a house and a car using Applet
16. Write a Program to create Employee Database
Write a JDBC code to connect a small application with student
17.
database.
Value Added Experiment
1. Write set of programs which will do three different tasks using
three different threads. Each thread will be responsible for its
own task only. Among these three threads:
 one will find the average number of the input numbers,
 Second will be responsible for finding the Maximum
number from the input array of numbers.
 Third will be responsible for finding the Minimum
number from the input array of numbers.
2. Create a simple GUI based address book using the concept that
you have learnt in this course.

3. Create a small “Online Library Management System” project in


Java.

NAME & SIGNATURE OF LAB FACULTY

M RAMA

You might also like