A pitfall is Java code that compiles fine but leads to erroneous, and sometimes disastrous, results. Avoiding pitfalls can save you hours of frustration. In this article, I will present a pitfall you ...
In my previous blog post, I briefly wrote about the use of Groovy, Groovy’s GDK String, and the Java-provided URL class to write simple HTTP/REST clients. In this post, I look at how use of the ...