Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 614 Bytes

File metadata and controls

16 lines (9 loc) · 614 Bytes

Java Core challenges and exercises

My solutions to challenges and exercises from "Java Programming Masterclass for Software Developers" course.

You can find this course here: https://www.udemy.com/course/java-the-complete-java-developer-course/

Prerequisites

        install httpcomponents-client-4.5.11 (Java Networking)
        
        install JUnit5.4 for (Unit Testing)
           
        install sqlite-jdbc-3.30.1 for (Databese, JDBC, SQL)
        
        install DB Browser SQLite for (Databese, JDBC, SQL)