Advertisements
Advertisements
Question
State the output of the following program segment.
String s = "Examination";
int n = s.length();
System.out.println(s.starts With(s.substring(5 ,n)));
System.out.println(s.charAt(2) == s.charAt(6));
Short Answer
Solution
false
true
shaalaa.com
Is there an error in this question or solution?