49 Likes
Answered By
31 Likes
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);:
Which of the following is a valid java keyword?
The default value of a boolean variable is: