What is comment ?
In an XML document, text that is ignored unless the parser is specifically told to recognize it. In advanced Java, as well as in any programming language, a comment is a piece of text that is not executed by the compiler or interpreter. Comments are added to the source code to provide explanations, document the … Read more