MCQOPTIONS
Bookmark
Saved Bookmarks
→
Java
→
Builtin Exceptions in Java
→
Which of the following matches end of the string ..
1.
Which of the following matches end of the string using regular expression in java?
A.
\z
B.
\\
C.
\*
D.
\Z
Answer» B. \\
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What does public int start() return?
what does public String replaceAll(string replace) do?
What does public int end(int group) return?
Which of the following matches end of the string using regular expression in java?
Which of the following matches nonword character using regular expression in java?
Which capturing group can represent the entire expression?
Object of which class is used to compile regular expression?
What is the significance of Matcher class for regular expression in java?
Which of the following is not a class of java.util.regex?
WHAT_DOES_PUBLIC_INT_START()_RETURN??$
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply