Monday, November 29, 2010

Learn Java

To learn Java you must first install and java IDE which you can easily get from internet. I would prefer either net beans or either eclipse. Remember java is fully object oriented language and thus it forces you to write any piece of code in classes. For java first download JDK 6 which is essential for java application. All classes in java are inherited from object class so there is no need of importing that library.

No comments:

Post a Comment