Computer Applications
Related Questions
Which of the following does not represent a character literal ?
- 'a'
- '1'
- '\a'
- "a"
Which keyword turns a variable declaration into constant declaration ?
- const
- constant
- final
- fixed
The Math class is part of which Java library package.
- java.util
- java.io
- java.random
- java.lang
Which clause is optional in a switch statement?
- switch
- case
- default
- none of the above