lpiaitdepok on 12/27/14
Last Edited at 12/27/14 09:24pm
/* This is comment in C style*/ public class Comment { /** Documented comment place in this line **/ public static void main(String args[]) { System.out.println("Hello World"); // This is comment in C++ style }}
Report this snippet Tweet
Comment:
You need to login to post a comment.