Hi friends am newbie to servlet. How code reusability easy
in servlet. why not in jsp . here reusabillity means
only javabeans or any thing else.
Answer / nilofar
not oly javabeans...v can use taglib.......but the thing is
javabeans is used to store business logic and taglib is
used to store presentation logic for reusability.......dats
d difference
| Is This Answer Correct ? | 1 Yes | 0 No |
How will you pass values from HTML page to the servlet?
What do you mean by url pattern in servlet?
What is a servlet?
How can we implement a jsp page?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
can we override service method in my servlet class..?? if yes or no why ??
What is the difference between the include() and forward() methods?
where the generated jsp source file are stored?
Does servlet have main method?
What is a servlet engine?
What are the objects involved when a servlet receives a call from client?
What are the types of servlets? Explain