Which is the best framework for Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Which is the best framework for Java?

Javafx & Swing

6th Jun 2018, 10:07 AM
Prince Raj
4 Answers
+ 1
In java multiple framework will be available in the java,here the framework means that the it will be provided that the readymade architecture.Spring framwork is the best framework for java.Spring is a lightweight framework and it is easy to test and the easy to maintained. There are many advantages of Spring Framework. They are as follows: 1.LightWeight :Spring framework is lightweight because of its POJO implementation. The Spring Framework doesn't force the programmer to inherit any class or implement any interface. 2. Dependency Injection :-The Dependency Injection feature of Spring Framework and it support to various frameworks makes the easy development of JavaEE application. 3.Predined templates:-Spring framework provides templates for JDBC, Hibernate, JPA etc. technologies. So there is no need to write too much code. Read here ' spring is the best framework in java': http://crbtech.in/Java-Training/java-spring-framework/
7th Jun 2018, 6:06 AM
pranit patil
pranit patil - avatar
+ 14
Prince Raj💲💲 Spring MVC is a popular framework.
6th Jun 2018, 10:15 AM
***
+ 14
Spring is a powerful Java application framework, used in a wide range of Java applications. It provides enterprise services to Plain Old Java Objects (POJOs). Spring uses dependency injection to achieve simplification and increase testability.  Prince Raj💲💲
6th Jun 2018, 10:26 AM
***
+ 3
but, what is Spring MVC?
6th Jun 2018, 10:18 AM
Prince Raj