Computer Applications
The number of bytes occupied by a character array of four rows and three columns are:
- 12
- 24
- 96
- 48
Related Questions
What is the method to check whether a character is a letter or digit?
- isDigit(char)
- isLetterOrDigit()
- isLetterOrDigit(char)
- isLETTERorDIGIT(char)
The extension of a Java source code file is:
- exe
- obj
- jvm
- java
Which of the following data type cannot be used with switch case construct?
- int
- char
- String
- double
Which of the following are entry controlled loops?
(a) for
(b) while
(c) do..while
(d) switch
- only a
- a and b
- a and c
- c and d