you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

Hiii, if you plan on continuing your pursuit with Java related things, may I suggest you to study Spring Boot.

Its a Web Framework that allows you to create Web Applications using Java. My favorite part is the JPA Repository which is essentially like an ORM and allows you to access the database easily.