How to commuincate between an applet and a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
What is the default HttpRequest method?
What are the type of protocols used in httpservlet?
Define the life cycle of a servlets.
In which cases Destroy() is invoked?
program for RequestDispatcher in servlets?
What exception should be thrown when servlet is not properly initialized?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Which httpsession object is used to view and manipulate information about a session?
How do you get the ip address of the client in servlet?
What is the use of servlet wrapper classes?
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?