Computer Applications
Which of the following is an illegal identifier? 1. age 2. 123abc 3. _value 4. salary
Related Questions
Which of the following is not a valid method of the Scanner class?
- next( )
- nextInt( )
- nextLong( )
- nextNumber( )
What will be the output of
Math.floor(-20.10);
?- -20.0
- -21.0
- 20
- 21
Which of the following is/are jump statement used in Java?
- break
- continue
- return
- All of these
Class initialisation is the …………… initialisation of class fields of values.
- explicit
- implicit
- Both a and b
- None of the above