您的位置:寻梦网首页编程乐园Java天地Core JavaJava Lecture Notes
Introduction
Content
Apply
Reflect
Extend
previous.gif
 (3087 bytes)
next.gif
 (2959 bytes)

 
 
Extend Index
Extend Page # 2

Code listings

Listing of commentme.java

class commentme

  {

  public static void main( String args[] )

    {

    / / display some text on screen

    System.out.println("line 1");

    System.out.println("line 2");

    System.out.println("line 3");

    System.out.println("line 4");

    }

  }

Back to top

basicline.gif (169 bytes)

RITSEC - Global Campus
Copyright © 1999 RITSEC- Middlesex University. All rights reserved.
webmaster@globalcampus.com.eg