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 […]
June 18, 2013

How To Send HTTP Request GET/POST In Java

A brief Introduction   Client server architecture requires two parts as main resources: Client and Server