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
What is a web application and what is it’s directory structure?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
How can we implement a jsp page?
How servlets are deployed in java?
What are the different methods of session management in servlets?
Explain session tracking and its importance?
What is a servlet context?
Why session tracking is needed?
What are the drawbacks of cgi?
What is difference between jsp and servlet?
What are all the ways for session tracking?
What is servlet and its advantages?
What are the differences between forward() method and sendredirect() methods?
What is cgi?
request parameter how to find whether a parameter exists in the request object?