J2ME Programming/Statements

      In J2ME (or JavaME), all methods and statements are wrapped in classes. As it is written in Java, unlike C++, only one pointer operator ('.') is used. So, all references are written as follows:

      System.out.println("Hello World!");
      
      
      Last modified on 29 November 2010, at 16:00