Friday 5 October 2012

Java online tutorials 8--Comments

Java  Training  in  Coimbatore  |  Java  Jobs  in  Coimbatore  |  Java  IEEE  Projects  in  Coimbatore   and  Java  Final  Projects  in  Coimbatore


Java Online Tutorials -- Comments
  
           There are three types of comments in java
                 
                       1.Single line comments
                       2.Multi-line comments
                       3.Documentation comments
1.Single line comments    

   
          for example
                    //your comments here


2.multi-line comments


         for example
                   /* first line comments
                        second line comments   */


3.Documentation comments


         for example
                   /**first line
                        second line
                        third line comments
                        fourth line comments*/      

No comments:

Post a Comment