Skip to content

vedantdadurwade/CodeClause_Java_Development_Intern

Repository files navigation

CODECLAUSE INTERNSHIP

Here I have completed total 3 allocated projects are Project 1, Project 2 and one Golden Project.

Task-1 - Time Conversion By Country ⏰

Description -

This project is to convert the local time zone into the country zone time which is provided by the user as an input. This project uses Date and Time library in Java.

Software Requirements -

VS Code.

Task-2 - Library Book Issue and Return System 📚

Description -

This project is based on the core concepts of Java and DBMS. I have developed an application that consists of two databases, one for the Books and another for the students. There are two users admin and students. The student can borrow and return the book.

Software Requirements -

VS Code, MySQL Workbench.

Task-3 - Exam Seating Arrangement System 💺

Description -

This project is based on the automated seating arrangement of students for exams. It has following 3 files :-

  • Main.java
  • Student.java
  • Exam.java

There are primarily two entities, the admin and the student. Both entities can log in and register to the system, check and access the system as per the approval granted to them. The admin can see all the relevant details of the students and provide the input to the system taking into consideration the need like the branch, semester, year, subject of the student. Admin will input details like the total students, available classes with the number of seats, etc. After gathering all this information the system will generate a seating arrangement based on students roll number.

Software Requirements -

VS Code.