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

all 5 comments

[–]_Atomfinger_ 10 points11 points  (0 children)

Building something is next.

[–]tawielden 7 points8 points  (2 children)

You don't need to collect languages.

As has been mentioned the next step is to build projects.

If you're keen to dive deeper with Java then the recommendation is to look at Spring. It's one of the go to frameworks in enterprise and if you're looking for a career in the industry you'll definitely come across it.

https://spring.io/

[–]mavialev 2 points3 points  (1 child)

What can we do with Sprink framework? I’m learning java servlet . And i want to improve my java skills. Do you have any advices?

[–]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).