Archive for January 3rd, 2008

A beginner’s appraoch to JAVA

Thursday, January 3rd, 2008 337 views

Updated on: 02 August, 2008 at 11:51 PM IST So here I am again with something related to programming after a long time. Why JAVA ? Its Portable (write once and run anywhere) Its Reusable (Follow the concept of OOP- object oriented programming) Its Modular (A problem can be divide into smaller modules and worked ...