How start to program in Java from 0
Hi Guys,
Well after several weeks as a QA, now I start to program from 0 using JAVA, first at all is important to explain what is JAVA and why is so important today.
History:
JAVA was build to be part of a project called Green-Project directed by James Gosling. In order to this the Language was build to be Similar to C++, Goslin and his team, work around 18 months in the development of this new Language. After this time the team reorganize the project from a virtual machine to Web Deployment. This stept change all the concept and start a new path for the project.
In 1994 after a meeting with the CEO’s of Sun MicroSystem owner of the JAVA project. They show the Software and a new Borwser called HotJAVA after this demostration in 1996 JAVA was released and the promise of James Gosling that Build a WORA(Whrite Once and Run Everywhere) was completed. With the Release of th JDK 1.0 JAVA start the path to the Success.
Well, the JAVA history is Interting but we don’t mind at all in these, now this Blog star to Explain a few basic concept and examples of code to try to demostrated, how is use JAVA and under my perpection how is to start from 0 to programing using JAVA.
JAVA is a OO (Oriented Object) Language:

JAVA is a programming language designed to build secure andpowerful applications on operating systems, including Linux, Mac OS X, and Windows. The JAVA language is known to be flexible, scalable, and maintainable.
We will begin with the fundamentals of Java programming: data types, arithmetic, and operators. We’ll learn concepts and basic programs on JAVA.
Continue with the Logic of the Blog I will start explaining few concepts and basic Knowlodge every week.
Wait the next …..