SyntaxFix
Write A Post
Hire A Developer
Questions
There is many ways to do that, but the simplest seems to be the following one:
boolean isUpperCase = Character.isUpperCase("My String".charAt(0));