Testing snippet


// Comment
public class Testing {
public Testing() {
}
 
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}

Comments

Popular posts from this blog

Pentaho ETL

Copy files from one computer to other using ‘scp’ command