Answer Posted / nashiinformaticssolutions
Spring is essentially defined as an application framework in Java and inversion of control containers for Java. The spring framework creates enterprise applications in Java. Especially useful to keep in mind that the spring framework's central features are essentially conducive to any Java application.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the four pillars of java?
How does a cookie work in Servlets?
What will happen if a thrown exception is not handled?
What is the parse method in java?
Is null a string or object in java?
Can an interface extend a class?
Can private class be inherited in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
What is += mean in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is a ?
Which class represents the socket that both the client and server use to communicate with each other?
How does compareto method work?
What is the output of the below java program?