Home » JAVA Programming » Regular Expressions » Question
  1. Which of the following is not a class of java.util.regex?
    1. PatternSyntaxException
    2. Regex class
    3. matcher class
    4. Pattern class
    5. None of these
Correct Option: B

java.util.regex consists 3 classes. PatternSyntaxException indicates syntax error in regex.



Your comments will be displayed only after manual approval.