Multiple lines of comment : Comments « Language « Java Tutorial






/*   multiple lines of comment
another line
 */ 
public class MainClass{

  public static void main(String[] arg){
     
  }

}








1.4.Comments
1.4.1.Comments in general
1.4.2.Program Comments: Single line of comment
1.4.3.Multiple lines of comment