How can we include static files in the jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
Is servlet synchronized?
What are the annotations used in servlet 3?
Describe some assignments that are executed by servlet container?
where the generated jsp source file are stored?
How servlets are deployed in java?
What is servlet instance?
What is the web server used for running the Servlets?
What is meant by servlet? What are the parameters of the service method?
Can you create a deadlock condition on a servlet?
Is servlet thread safe?
In servlets, Why do we need both GET and POST method implementations?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do