+ 1
the learning path to become a java developer?
what shoud i learn? which one first and which one next?
7 Respuestas
+ 8
Ah, the usual
Classes and Objects
Inheritance
Polymorphism
Multithreading,
Exception handling,
Pretty much the basics which we have here on Sololearn(and others)
+ 8
What Is Spring?
Spring is an enterprise Java framework. It was designed to simplify Java EE development and make developers more productive. Spring makes use of Inversion of Control and Dependency Injection to promote good software coding practices and speed up development time.
This course covers Spring Core, Annotations, AOP, Spring MVC and Spring Security.
What Is Hibernate?
Hibernate is an Object-to-Relational-Mapping (ORM) framework. It simplifies database access for Java applications. By using the framework, you can easily store and retrieve Java objects by setting up some simple configuration mappings.
This course covers basic Hibernate CRUD. Also, advanced Hibernate mappings are covered for one-to-one, one-to-many and many-to-many.
Source : https://www.udemy.com/spring-hibernate-tutorial/
+ 7
What are you asking?
Are you asking what language to learn first?
+ 2
Before learning about frameworks like spring and hibernate you should learn what was named here "Ah, the usual
Classes and Objects
Inheritance
Polymorphism
Multithreading,
Exception handling,
Pretty much the basics which we have here on Sololearn(and others)". Take small steps or you won't make it.
+ 1
What skills a java developer has?
+ 1
Thanks for your patience :)
0
no i've heard something about spring and hibernate and those sort of things what are those