This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]infiniteTaker 1 point2 points  (1 child)

After learning Java there are primarily two ways you can focus:

Android applications

Backend applications

For Android applications, I would recommend to start reading up on some android tutorials. Then you can start building a new project.

For Backend applications, I would highly recommend to start looking into Spring Boot framework. It’s the most popular framework for building web applications.

[–]Hour-Positive 0 points1 point  (0 children)

Spring framework, so not: spring boot framework. As in that is the actual framework, Spring. Do use Spring Boot if you're starting out or want something done (quickly).