Java Learning Made Easy by Dheeraj Mehrotra - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
Remark Statement of JAVA



The Java language offers provision of remark within its program in the following three ways :



(i). Using /* and */
eg. /* This program prints the sum of two numbers */


(ii). Using // for a single line of comment.
eg. // This program prints the sum of two numbers


(iii). Using /** and */
eg. /** This program prints the sum of two numbers */












attention@computerscienceexpertise.com


















