June 21, 2013

Why main method is static in Java

This is one of the basic question asked in interviews or in gatherings of professionals. So here we go, Main method is static in java because […]
January 29, 2013

Native methods in java – Java Native Interface (JNI)

java.lang.Object class defined like [crayon-66a46d60bdabd544957513/] Now, in spite of having two years of hands on experience in java and related technologies, I didn’t know that it is a […]