I want to know how to encode textbox in servlet so we find complete column information from the database

Plese help me

Showing Answers 1 - 3 of 3 Answers

Amjad

  • Nov 29th, 2005
 

Hi All,

yes, you can encode the data using the Encoded techonology, in the same way you can Decode the data where ever you want.

In java we have one package,java.net.URLEncoder and Java.net.URLDecoder. with this you can encode the data and send to the other programes and there you decode the data and use it as original.

I hope this much of information is enough for you.

Thanks With regards.

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions