Answer Posted / sanjeev
Yes, If we are able to write javascript in jsp then Obviously
we can write javascript in a servlet because internally jsp
will be converted to servlet.
Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Is dispatcher servlet a singleton?
What are life cycle methods of a servlet?
What methods do you use in servlet - applet communication?
When should you prefer to use doget() over dopost()?
What is the procedure for initializing a servlet?
Is that servlet is pure java object or not?
What is the difference between get and post methods?
Define the lifecycle for executing a jsp page.
How can we implement a jsp page?
How to make sure a servlet is loaded at the application startup?
What are the annotations used in servlet 3?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What is string tokenizer?
What are the different methods involved in generic servlet?
How will you pass values from HTML page to the servlet?