This post originated from an RSS feed registered with Java Buzz
by Dmitriy Pilipenko.
Original Post: Java: “Hello, Java!”
Feed Title: Dmitriy Pilipenko
Feed URL: http://dmitriy.pilipenko.net/wp/?feed=rss2
Feed Description: My blog is about different things that relate to Java.
Before you start, it is important to download the JDK from the Sun Microsystem’s website.
Even the most basic of all Java applications requires two files: one ending in .java and another ending in .class
A .java file is just a simple text file that contains the Java code itself. To edit/write .java files any text editing [...]