Can a jsp be called using a servlet?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

What is the difference between using getSession(true) and getSession(false) methods?

0 Answers  


What do you mean by cgi in servlet?

0 Answers  


What is generic servlet class?

0 Answers  


How can you use a servlet to generate a plain text instead of html?

0 Answers  


What are the two important api's in for servlets?

0 Answers  


can i call init() method in destroy() method of servlset. ?

5 Answers   IBM,


What is context in servlet?

0 Answers  


Can a servlet be called by passing its name as a parameter in the URL?

1 Answers   iFlex,


difference between request.getSession(false) or request.getSession() and request.getSession(true)

2 Answers  


What is preinitialization of a servlet?

0 Answers  


How can a servlet be used to generate plain text instead of html?

0 Answers  


What are the disadvantages of storing session state in cookies?

0 Answers  


Categories