

MCQOPTIONS
Saved Bookmarks
1. |
Determine output:public class Test{public static void main(String args[]){String s1 = "SITHA";String s2 = "RAMA";System.out.println(s1.charAt(0) > s2.charAt(0));}} |
A. | rue |
B. | alse |
C. | |
D. | ompilation error |
Answer» B. alse | |