Saturday, April 1, 2017

Comments in Different Programming Languages

#Java

             // single  line  comment

             /*

                      multiple 

                      line 

                      comment

             */

#JavaScript 

#JSP 

     <%-- comment --%>

#HTML

             <!-- comment -->

#SQL

            --comment

No comments:

Post a Comment

Some interesting things to explore more

 Here  some  some  things  to  study  more ,     How Google Search works               https://developers.google.com/search/docs/fundamental...