Briefly explain the term Spring Framework
Answer / 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 |
What are Access Specifiers and Access Modifiers.
What is user defined exception?
Can we call the run() method instead of start()?
Can a final variable be manipulated in java?
What is stop(), suspend(), resume() method?
Explain the available thread states in a high-level?
if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...
whats is the use of final,in which situation final can be used in the application?
What's the base class in java from which all classes are derived?
Explain what pure virtual function is?
Is hashset sorted in java?
Write a program to solve producer consumer problem in java?