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
Can a method be overloaded based on different return type but same argument type?
What are the differences between c++ and java?
Name some OOPS Concepts in Java?
What about interrupt() method of thread class ?
Can you have two constructors in java?
What is the use of :: in java?
Is space a character in java?
What is difference between this and super keyword?
What two classes are used to read data only?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is parsing a sentence?
What is the final class modifier?
What is difference between adapter class and listener?
List out five keywords related to exception handling ?
Write a java program for binary search?