\B means A word boundary
Answer options
A
True
B
False
Correct answer: False
Explanation
Quick AnswerThe correct answer is False because it directly addresses the core logic of Java Programming.
\B in regex means NON-word boundary; \b (lowercase) means word boundary.