Explain url encoding in servlet?



Explain url encoding in servlet?..

Answer / Davinderpal Singh Gill

URL encoding is the process of converting special characters into a format that can be used in a URL. This is important because some characters have special meanings in URLs, and cannot be used as-is. In Servlets, this encoding happens automatically when handling HTTP requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

How can the session in servlet can be destroyed?

1 Answers  


Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html

1 Answers  


What are the steps involved in placing a servlet within a package?

1 Answers  


What are setSecure() and getSecure() methods in Cookies?

1 Answers  


What is the use of httpservletrequestwrapper?

1 Answers  


What is with the javax.servlet package naming?

2 Answers  


Can you call a jsp from the servlet?

1 Answers  


How do you define a servlet?

1 Answers  


Explain the architechure of a servlet?

1 Answers  


What is the difference between jsp and servlet life cycle?

1 Answers  


Difference between java beans & servlets?

1 Answers  


Explain the servlet filter.

1 Answers  


Categories