Consider the following regular expressions over {0, 1} respectively.
I. 101 (0 + 1)* 101
II. 101 (0 +1) * 101 + (10)21
III. 101 (0 + 1)*
Which of the above regular expression(s) correctly generate the set of all binary strings starting and ending with 101?