Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
18 views

Java Term Work

The document provides programming assignments for a Java class. Students are instructed to create Employee, Department, and Project classes in separate packages and import them as needed. They then need to write a Java program to display: 1) The number of employees in each department, 2) The total number of projects in each department, and 3) Each employee's name, department, and project. The program should include at least 5 records and make use of concepts from Unit 2 such as packages, interfaces, exceptions, threads, and files. Additional features can earn extra marks.

Uploaded by

Amit Gundad
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Java Term Work

The document provides programming assignments for a Java class. Students are instructed to create Employee, Department, and Project classes in separate packages and import them as needed. They then need to write a Java program to display: 1) The number of employees in each department, 2) The total number of projects in each department, and 3) Each employee's name, department, and project. The program should include at least 5 records and make use of concepts from Unit 2 such as packages, interfaces, exceptions, threads, and files. Additional features can earn extra marks.

Uploaded by

Amit Gundad
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

K.L.E.

Society’s
B.V. Bhoomaraddi College of Engineering & Technology, Hubli – 31
DEPARTMENT OF INFORMATION SCIENCE & ENGINEERING

Subject : Programming in Java


Marks : 3mks
Submission Date: 22-11-10
Create Following Classes:
Employee
Department
Project
Include each class in a separate package. Import the classes wherever necessary.
Write a Java Program to obtain the following:

1>Display The total no. of Employees in each Dept


Ex: DNo | DeptName | No.Of Employees |
1 Sales 15
2 Marketing 10

2>Display Total projects available in each Dept.


Ex: DNo | DeptName | Total Projects
1 Sales 4
2 Marketing 3

3>Display employee from each dept along with the project they working.
Ex: EmpName | DeptName | ProjName
Rohit Sales Android
Aman Marketing Mobile

NOTE:
• Include minimum 5 records.
• Make use of Concepts from UNIT-II compulsorily.
i.e., Use Packages interfaces, Exception Handling mechanism, Threads, Files etc
wherever appropriate.
• Adding more features carries marks.

Course Coordinator
Kavita.V.Horadi

You might also like