Home » JAVA Programming » Regular Expressions » Question
  1. Object of which class is used to compile regular expression?
    1. Matcher class
    2. Pattern class
    3. PatternSyntaxException
    4. All of above
    5. None of these
Correct Option: B

object of Pattern class can represent compiled regular expression.



Your comments will be displayed only after manual approval.