Program Comments: Single line of comment : Comments « Language « Java Tutorial






//   Single line of comment

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