Hi ,i convert contrller as jSp And presentation as
servlet ...will it do? if so what are advantage and
idsadvantages
Answer Posted / shankar
If u use Servlet as presentation layer,then if u want to
modify ur program in future ,u have to shutdown the server
and class file has to be updated.
If ur usig JSP as presentation layer no need to
compile,update and shutdown the server.server container will
take care of it.
we can use JSP as controller but any one can view our code
but in servlet it is not possible.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you compare objects in java?
Is java good for beginners?
What is preparedstatement in java?
What is a bubble sort in java?
Is arraylist zero based?
what is the significance of listiterator in java?
What is Applet Stub Interface ?
Differentiate between array list and vector in java.
What is the console in java?
What is java in simple terms?
What is the common usage of serialization?
How do you use parseint in java?
What is an example of declaration?
Can we call thread start () twice?
What is a local class in java?