+ 1
How should I go about creating a Java application
I have a project on creating a Java application that will manage students, semesters marks and also the lecturers must be able to access all the information of the students
5 Respostas
+ 3
You could search it on the web for a beginning. Here is an example:
https://github.com/OpenGenus/Student-Management-System-in-Java
+ 5
These are the steps:
1. Learn Java
2. Design the system
3. Write the code
If any specific questions or concerns, please elaborate :)
+ 3
Draw a map of the things you need, how they connect and so on. Then, write pseudocode, then code it
+ 2
Thank you
+ 1
Here is what they want “Develop a Java Desktop or Web application for managing student grades, including functionalities
like adding and editing grades, calculating semester and final mark, generating reports, and
handling student information.”
Please help the project is due in 1 month …. Any idea would really help