Computer Applications
Among the following which is a keyword:
- every
- all
- case
- each
Values & Data Types Java
ICSE Sp 2024
29 Likes
Answer
case
Reason — case is a keyword. It is used to define switch case construct.
Answered By
19 Likes
Related Questions
The number of bytes occupied by a character array of 10 elements.
- 20 bytes
- 60 bytes
- 40 bytes
- 120 bytes
The method of Scanner class used to accept a double value is:
- nextInt()
- nextDouble()
- next()
- nextInteger()
The output of Math.round(6.6) + Math.ceil(3.4) is:
- 9.0
- 11.0
- 10.0
- 11
Name the type of error, if any in the following statement:
System.out.print("HELLO")- logical
- no error
- runtime
- syntax