Comment means preventing the line or lines of code from executing while running.use double forward slashes //, before starting of code line
Comment means preventing the line or lines of code from executing while running.
use double forward slashes //, before starting of code line
// this is a comment in java program // this code is invisible to java compiler