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 Answer
+ 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