Escape Character Utility for URL and JSON data – Feel free to use in your Java Project

What is escape character in Java? Mainly escape characters are the characters which replaces existing character with new & provided character which works best without throwing any error at runtime. Also, it’s required in order for inter systems/process transmission, i.e. same char works for C++, Java, etc programming language. In this tutorial we will go over two … Continue reading Escape Character Utility for URL and JSON data – Feel free to use in your Java Project