How to become a Java Developer?
-
Guys I have learned java upto some extent. I do know OOP concepts, data structures etc.
But obviously can't become a java developer with this knowledge.
So, what should I learn in java to become a java developer?
I'm asking for any topics that should I cover, like data structures, JDBC etc.
And please suggest me some methods to learn those things. -
Do some projects, learn design patterns, after polishing up your core java skills and OOP, then move to web technologies and frameworks like jsp, servlets, hibernate and spring.if you're self learner get a online course. there are many free courses available in you tube. (but if you can spend few $$. I prefer buy a course from udemy.com. there are many good quality contents than you tube and you can ask your coding problems directly from the instructor, this is the method that I follow and it's completely up to you).
-
Try to learn all Java API's and some best practices in 2019. Mainly focus your development with MVC architecture with Hibernate-ORM.
-
polish your core java skills , do more projects.
-
@BuddhikaNelum Thank you very much
-
@root Thank you very much
-
@Malith bro... project 😂😂😂😂
-
@Mala-Redda This is not advise, personal experience.... First get a Java project... Improve your planning skill.. Plan the project very well. When you start each task, Google alternative methods to archive the goal. Compare those method with your method, If your's better, Go on, If not pick up the best method, This is called Best Practice. When you face each requirement or error. Just google it, You need to improve your googling skill. Each time when you get solution from google, You are leaning new thing and becoming a professional.
Good Luck :)
-
@b6 Thank you very much