background preloader

Klasser

Facebook Twitter

Variabler

Tips. Interface. Förstå programmering - del 6 - Webbstudio Internetworld - En del av IDG.se. Lesson: A Closer Look at the "Hello World!" Application (The Java™ Tutorials > Getting Started) Now that you've seen the "Hello World!

Lesson: A Closer Look at the "Hello World!" Application (The Java™ Tutorials > Getting Started)

" application (and perhaps even compiled and run it), you might be wondering how it works. Here again is its code: class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World! "); // Display the string. } } "Hello World!" for the NetBeans IDE (The Java™ Tutorials > Getting Started > The "Hello World!" Application) It's time to write your first application!

"Hello World!" for the NetBeans IDE (The Java™ Tutorials > Getting Started > The "Hello World!" Application)

These detailed instructions are for users of the NetBeans IDE. The NetBeans IDE runs on the Java platform, which means that you can use it with any operating system for which there is a JDK available. These operating systems include Microsoft Windows, Solaris OS, Linux, and Mac OS X. A Checklist To write your first program, you'll need: Metodanrop - "Google Docs"