Core Java
-
Java memes which refuse to die
Also titled; My pet hates in Java coding. There are a number of Java memes which annoy me, partly because…
Read More » -
Java Enums: You have grace, elegance and power and this is what I Love!
While Java 8 is coming, are you sure you know well the enums that were introduced in Java 5? Java…
Read More » -
Java Annotations: Explored & Explained
One of the many wonderful features of Java 5 SE is the introduction of the Annotations construct. Annotations are tags…
Read More » -
Hot tips on using Eclipse effectively
Following are some tips that shall help you in avoiding potential issues and for being a little more productive while…
Read More » -
Project Lambda: To Multicore and Beyond
The presentation “Project Lambda: To Multicore and Beyond” (Session 27400 and not to be confused with Brian Goetz’s presentation of…
Read More » -
Using EasyMock or Mockito
I have been using EasyMock for most of time but recently I worked with a few people who were pretty…
Read More » -
Java threads: How many should I create
Introduction “How many threads should I create?”. Many years before one of my friends asked me the question, then I…
Read More » -
I/O Demystified
With all the hype on highly scalable server design and the rage behind nodejs I have been meaning to do some…
Read More » -
Creating a Java Dynamic Proxy
Java Dynamic proxy mechanism provides an interesting way to create proxy instances. The steps to create a dynamic proxy is…
Read More »