Differentiate between isUpperCase(char) and toUpperCase(char).

Explanation

isUpperCase(char) is a method in the Character class that returns true if the character is uppercase and false otherwise. toUpperCase(char) is a method in the Character class that converts a character to uppercase.


โฌ† Related Topic

View Topic Hub โ†’

๐Ÿ“˜ Syllabus

View ICSE Class 10 Syllabus โ†’

๐Ÿ“ Practice Questions

Practice Previous Year Questions โ†’

๐Ÿค– Practice with AI

Generate Practice Question Paper โ†’


๐Ÿ“š Related Concepts