+ 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

14th Jun 2024, 9:31 AM
Lak
Lak - avatar
5 Answers
+ 3
You could search it on the web for a beginning. Here is an example: https://github.com/OpenGenus/Student-Management-System-in-Java
15th Jun 2024, 5:18 AM
JaScript
JaScript - avatar
+ 5
These are the steps: 1. Learn Java 2. Design the system 3. Write the code If any specific questions or concerns, please elaborate :)
14th Jun 2024, 10:07 AM
Tibor Santa
Tibor Santa - avatar
+ 3
Draw a map of the things you need, how they connect and so on. Then, write pseudocode, then code it
14th Jun 2024, 5:42 PM
Ausgrindtube
Ausgrindtube - avatar
+ 2
Thank you
15th Jun 2024, 12:38 PM
Lak
Lak - avatar
+ 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
14th Jun 2024, 10:14 AM
Lak
Lak - avatar