#Java

3 posts tagged with Java.

Groovy - a cool JVM based scripting language
Aug 26, 20073 min read

Groovy - a cool JVM based scripting language

Ever thought you are so addicted to Java that although the world is talking about moving to functional languages, you just cannot see yourself leaving the JVM? Well, , could be your solution. You c...

Java and pattern matching
Sep 15, 20061 min read

Java and pattern matching

I had a very simple requirement. I had to escape certain characters in a string using a backslash. Backslash is a very tricky character. Escaping involves preceding the character to be escaped with...