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 is the difference between genericservlet and httpservlet
What are the functions of Servlet container?
What are the security issues in Servlets?
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()?
Can a jsp be called using a servlet?
How to generate the server side programming and the advantages of it over the other languages?
In howmany ways applet-servlet communication can be done?
What are its drawbacks of cgi?
Which protocol will be used by browser and servlet to communicate
can it possible to validate form field before execution of a servlet service method if yes how??
difference between sendredirect,forward and url rewritting
Why is a constructor needed in a servlet even if we use the init method?