Search:

Type: Posts; User: dlmecum

Search: Search took 0.17 seconds.

  1. [SOLVED] Re: Hello World program not generating output with NetBeans and Mac

    When I named the class and method both HelloApp, it worked.

    public class HelloApp {
    /**
    * @param args the command line arguments
    */
    public static void HelloApp(String[]...
  2. [SOLVED] Hello World program not generating output with NetBeans and Mac

    Hi,

    I am a rank beginner with Java. I have purchased "Java for Dummies" by Doug Lowe, and the first program is Hello World.

    THIS CODE DOESN'T APPEAR TO DISPLAY OUTPUT

    public class HelloApp ...
Results 1 to 2 of 2