Which Of These Methods Is Used To Know Whether A Given #530
Which of these methods is used to know whether a given Character object is part of Java’s Identifiers?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Exploring Java Lang Java IO - Java.lang - Character Wrapper Advance - Quiz No.1.
Which of these methods is used to know whether a given Character object is part of Java’s Identifiers?
isIdentifier()
isJavaIdentifier()
isJavaIdentifierPart()
none of the mentioned