Question
What is URL Encoding

Answers

URL Encoding is the process of converting data into CGI form so that it can travel across the network without any issues. URL Encoding strip the white spaces and replace special characters with escape characters. We can use java.net.URLEncoder.encode(String str, String unicode) to encode a String. URL Decoding is the reverse process of encoding and we can use java.net.URLDecoder.decode(String str, String unicode) to decode the encoded string. For example “Pankaj’s Data” is encoded to “Pankaj%27s+Data”.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q What is an XML namespace prefix?
  • Q Excessive richness of nutrients in a lake or other body of water is called
  • Q A cylinder is inserted in a sphere d/h = 2/3. Find the surface area of the cylinder ?
  • Q In Paris there are two islands - Ile de la Cite and what
  • Q The first dynasty of the Vijaynagar Kingdom was-
  • Q What modifiers are used for interface declaration?
  • Q What do you need to set-up a cluster with jboss ?
  • Q Bell's Palsy is seen as a complication in what 5 things?
  • Q What is the difference between transient and volatile variable in java?
  • Q Explain what is the use of extend "all" in less?
  • Q What is websphere?