Student Online Documentation
Student Online Documentation
Roll No. : 33
Introduction:
In this project, we generate a salary slip using java programming.
Rationale:
Aim:
• A Java Program to generate salary slip of an employee by providing
the proper data and process that data.
• To display the generated salary slip.
• To provide complete details of an employee payrollment.
• To keep the significant track of the cash flow.
• To determine whether there is any tax due for an employee at the
end of tax year.
Course outcome:
• Develop programs using Object Oriented methodology in Java.
• Apply concept of inheritance for code reusability.
• Develop programs using multithreading.
• Implement Exception Handling.
Literature:
Book: Programming with Java Author:
Balagurusamy E.
Programming with Java is an easy to understand, concise book that
takes you through the entire process of Java programming used by
programmers. Written by Balaguruswamy, this book is the fourth
edition published by Tata McGraw-Hill Publishing Company. The
book examines the evolving use of Java and provides its latest form.
It also challenges the most critical aspects of software development
and management. The development of software engineering is
clearly chronicled to give the reader a simple and necessary
understanding of Java usage for programming. This book supports
any interested programmer to understand the fundamentals of
programming with Java, learn about its development through the
years and explore its current day usage.
Skill developed:
• Creating classes and methods with relevant access specifies.
Providing security to data.
• Using term in such manner that it is easily accessed by the user (i.e.
making user friendly program).
• Providing the complete information about salary components.
• To display the salary slip by providing particular designation.
• To provide complete information to user on output screen.
• Use of menu driven program to show the source and destination.
Conclusion:
From this project, we are able to generate salary slip using java.