Small Length string compression
Hi All,
i want to compress small length strings for example
String test="99999999999";
String test1="hut01";
since the length of the string is 11.when i compress using java compression library it exceeds the original size.is there any possibility to compress this length into smaller?
Thanks in advance

