3 import java.io.PrintWriter;
8 public class CommentedCode {
10 public void test(PrintWriter pw) {
11 System.out.println("this code is not commented");
14 //public void test1(PrintWriter pw) {
15 // System.out.println("this code seems to be commented");
18 /*public void test1(PrintWriter pw) {
19 System.out.println("this code seems also to be commented");
23 * public boolean test2(PrintWriter pw) {
24 * System.out.println("this code is not considered as commented");