Name the type of error, if any in the following statement:
System.out.print("HELLO")
34 Likes
syntax
Reason — The given statement is missing a terminator ( ; ) at the end. Thus, it has a syntax error.
Answered By
17 Likes
Among the following which is a keyword:
The output of Math.round(6.6) + Math.ceil(3.4) is:
Java statement to access the 5th element of an array is:
The output of "Remarkable".substring(6) is: