Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizottavioc/java-exercises


https://github.com/luizottavioc/java-exercises

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# JavaExercises ☕




Some Java exercises I made for practice and assimily concepts of object orientation.

- Clinic System:

Program projected for facilitate the logistic of any clinic, making possible to register Doctors, Pacients, Secretarys and Appointments, everything made without a connection in a database. This program can provides the power of to control appointments, dates, prices, realizations, names, emplyees and schedules of any clinic. Using two separated classes just for the "main" (one for the application and other for the especific methods), heritage between employee classes, separate and hierarchical packpages, JOptionPane for the graphic interface, try/catch to treat possible user's fatal erros, and all of the concepts of logic programation (arrays, for, do/while, while, switch, if/else, ...).

Click here to acess code (main page)

- Quiz Correction:

Program that helps to correct student's tests acording a template inserted. Using JOptionPane, arrays, for, do/while, switch, if/else, variables comparation, and class objects with 2 separeted classes.

Click here to acess code

- Some university exercises:

Simple exercises builted throughout classes.

Click here to acess classes