0
What should you must know as a Java Fresher?
I'm in final year of my college and i have good understanding of Core Java concepts and Data structures and algorithm....I want to know what should i learn to become Java Developer and like how should i proceed my carrier in java.
1 Antwort
+ 2
So you will need to know tools like:
🔸git - version control system
🔸Maven - build automation tool
Frameworks:
🔸Spring - in general whole spring eco system (data, security,boot etc)
🔸 Hibernate ( implementation of Java persistence API) - object relational mapping
Other API's:
🔸Restful API