How do you load an image in a Servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the difference between servlet and jsp?
can we create more than ServletContext and ServletConfig in your application
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
How to set a cookie that is persisted only for the duration fo the clients session?
What is done after deploying a war file and before client gives a request
Write a program to show the functionality of servlets.
Elucidate servlet attributes and its scope?
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
Can a servlet be called by passing its name as a parameter in the URL?
How values can be passed from HTML page to servlet?
Explain mvc pattern.