How to get ip address in jsp login page and how to validate
like 127.1.0.1 all should not be greater than 255
No Answer is Posted For this Question
Be the First to Post Answer
What's the use of servletcontext?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
difference between sendredirect,forward and url rewritting
What is the servlet?
What is httpservlet class?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
In howmany ways applet-servlet communication can be done?
Why session tracking is needed?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
What is new in ServletRequest interface ? (Servlet 2.4)
Why don't we write a constructor in a servlet?