0% found this document useful (0 votes)
17 views

Java Final Report

Uploaded by

gareprathm
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)
17 views

Java Final Report

Uploaded by

gareprathm
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/ 10

MAHARASHTRA STATE BOARD OF TECHNICAL

EDUCATION

GOVERNMENT POLYTECHNIC
KARAD

ACADEMIC YEAR 2023-2024

PROGRAM- COMPUTER ENGINEERING


COURSE- JAVA (22412)

A Micro Project Report On


“STUDENT MANAGEMENT SYSTEM”

Under The Guidence Of


Prof. S.V. Jadhav
State Board of Technical Education

Certificate of Completion Of Micro-Project


(By respective Head of the Department and Head of the Institute)

This is to certify that Mr. Vinayak Mainkar, Mr. Deshmane Sanskar, Mr.
Kondhawale Parth, Mr. Gare Prathmesh with Roll No 1256, 1257, 1260, 1270
has successfully completed Student Management System Micro-Project as
in the enclosed ‘portfolio’ during their tenure of completing the Diploma
Program in Computer Engineering from Government Polytechnic, Karad with
Institute code 0010.

Signature Signature
Head of the Department Head of the Institute
ACKNOWLEDGEMENT
We take it is an opportunity to thank all those who have directly and
indirectly inspired, directed and assisted us towards successful completion of
this microproject report.
We express our sincere thanks to the principal Dr. K.M. Bagwan for
lecture allowed to submit this report as part of our academic learning our
sincere thanks to Pro. S. V. Jadhav.
In “JAVA Programming” department of COMPUTER ENGINEERING,
Government Polytechnic, Karad for this encouragement throughout this project
report and guideline in designing and working out this project. We are also
grateful to learn of “JAVA Programming (22412)” for their highly encouraging
and co-operative attitude. We expresser sense of gratitude towards our friend
and parents for their constant moral support during microproject report.

Place: Government polytechnic, Karad


Date:

Yours Sincerely,

1251- Vinayak Gorakhnath Mainkar


1261- Sanskar Subhash Deshmane
1263- Parth Raju Kondhawale
1270-Prathamesh Vijay Gare
MICROPROJECT REPORT
“STUDENT MANAGEMENT SYSTEM”

0.1 RATIONALE: -
Student management system project in JAVA is a simple console application built without
the use of graphics. In this project, users can perform typical student management system
related functions like adding a new student record and displaying, modifying, editing and
deleting it. File handling has been effectively used to perform all these. This project will
teach you how to use file handling in JAVA, add, read, display, search, modify and delete
record from file.

0.2 AIMS/BENEFITS OF THE MICRO-PROJECT: -


0.1 To develop a program logic.
0.2 To learn how to create a class and their function argument.
0.3 To develop a complete program and execute that program.
0.4 To get a chance to improve your JAVA skills.

0.3 COURSE OUTCOMES: -


a. Develop programs using Object Oriented methodology in java.
b. Apply concept of inheritance for code reusability.
d. Implement Exception handling.
f. Develop program for handling I/O & file streams.
a. LITERATURE REVIEW: -
Student Management System written in JAVA that provides various facilities like reading
from a file, add, sort, modify, remove, and print a student detail that is easy to operate.
Utilized intermediate java concepts like data structures and file handling for reading and
writing a student details. A student management system is a program that enables users to
easily store and find student information, such as name, marks, roll no., class. This student
management system can be used to add, read, display, search, modify and delete record from
file. All added and edited records are saved in a file.

b. ACTUAL RESOURCES USED :-

Sr.No Resources used Specifications Quantity

1 Computer system HP Pavilion, i5 11th Gen, 8gb 1


RAM.

2 Software Version-JDK 1.8.0 1


Command prompt

3 Microsoft Office Ms office-2019 -


❖ ARCHITECTURE

STUD ENT MANAGEMENT SYSTEM

Login Enter User Name


And Password

ADD STUDENT UPDATE STUDENT DELETE DISPLAY

ROLL NUMBER ENTER ROLL NO


ENTER ROLL NO

NAME UPDATE NAME DISPLAY ROLLNO

DISPLAY NAME
CLASS UPDATE CLASS

DISPLAY CLASS
UPDATE MARKS

MARKS

ENTER ROLL NO
DISPLAY TOTAL MARKS

DISPLAY PERCENTAGE
0.5 OUTPUT OF MICRO-PROJECT:
0.6 CONCLUSION:
1) Student Management system is very simple project that helps us to store details of
students for long time.
2) By completing this project we are able to use all function in java.io package used in
project easily related to input output from user and read and write operation in file.
3) We understand use of classes and object made project simple.
4) By this project we understand how to use file handling in JAVA.

0.7 SKILL DEVELOPED:


1) To present specific topic professionally.
2) To work with unity.
3) To increase our thinking.
4) To work with team with proper unity.
5) To increase our thinking and reach at the depth of the concept.

0.8 APPLICATIONS:
1) For creating Final set of student details like roll no, name, marks, Class
2) Student management system stores and tracks students personal information, records etc.

You might also like