Java multiline comment is between /* and */. public class Main { /* This is a Multiline comment. */ public static void main(String[] argv) { }}