Saved Bookmarks
| 1. |
10. Give the output:System.out.println(Character is UpperCase('2'));System.out.println(Character is LowerCase('2'));Your answerNe submit passwords chreugh Google FormsThis content is nether created nor endorsed by Google Report Abuse Terms of Service - Privacy Policy |
|
Answer» Answer: False False Explanation: It checks whether 2 is a UPPER case or lower case CHARACTER and RETURNS false as 2 is not a CHARCTER in lower or upper case, but a digit. |
|