I want to create an encoded URL for my site. Say for example, for this URL: \"http://google.com/index.html\"
I want to give this URL to the client by URL encoding it
Since you are using JSP, I would stick to JSTL and not use scriptlets. You could use the JSTL tag
Link to your client
This will result in:
Link to your client