Different between Struts and Spring? or Why use Spring, if
you are already using Struts?
Answer Posted / sreenivasulu
using spring to dovelop all kind of applications it provide
built in container in the form of classes no need to
install saperatly that
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain phantom read?
What is the purpose of the finally clause of a try-catch-finally statement?
What class is used to create Server side object ?
how do you Handle Front End Application data against DB with example?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is JTS?
When is the best time to validate input?
Why is actionform a base class rather than an interface?
Which class is the immediate superclass of the menucomponent class?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What are various types of class loaders used by jvm?
What is a modular application?
How to determine SGA site?
What does module-relative mean?
What must a class do to implement an interface?