Computer Applications
Related Questions
Which of the following is a valid java keyword?
- If
- BOOLEAN
- static
- Switch
There are 128 set of different characters used in a Java program.
The number of bytes occupied by a character array of four rows and three columns are:
- 12
- 24
- 96
- 48
Consider the array given below:
char ch[] = {'A','E','I','O', 'U'};Write the output of the following statements:
System.out.println(ch[0]*2);:- 65
- 130
- 'A'
- 0