Explain the custom jsp tags and the beans.
No Answer is Posted For this Question
Be the First to Post Answer
What is servlet and its use?
Can filter be used as request or response?
Why HttpServlet class is declared abstract?
can v create a constructor 4 servlet?
Does servlet have main method?
How is the get () method different from the post() method?
which method in doGet or doPost is use to send binary date to server
we cant Override Jsp Service method?Why?
4 Answers Infrasoft, Mind Tree,
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.
What is the difference between 2 types of servlets?
How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid
What is servlet used for?