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.



Hi friends am newbie to servlet. How code reusability easy in servlet. why not in jsp . here r..

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

Post New Answer

More Servlets Interview Questions

Can we override destroy method in servlet?

0 Answers  


can u give some realtime example in ploymorphism? and inheritance?

11 Answers   SolutionNET,


What are different types of SessionTracking?

2 Answers  


What if you need to span your transaction across multiple servlet invocations?

0 Answers  


Can you explain in detail 'javax.servlet' package?

0 Answers  






What's the advantages using servlets than using cgi?

0 Answers  


What is the major difference between context parameter and context attribute?

0 Answers  


How to read request headers from servlets?

0 Answers  


What is the default HttpRequest method?

6 Answers  


Explain in brief the directory structure of a web application?

0 Answers  


what happens if we wont use destroy()?

4 Answers   IBM,


What is meant by a web application

0 Answers  


Categories