L1={ap | p prime} is a CSL but not CFL (prime number checking involve division)
L2={anbmc2m | n≥0,m≥0} is CFL (one comparision)
L3={anbnc2n | n≥0} is CSL (two comparision)
L4={anbn | n≥1} is a DCFL
So,
I. L1 is CFL but not regular is false.
II. L2 is not CFL is false.
III. L3 is not CFL but recursive is true since every CSL is recursive.
IV. L4 is DCFL is true.
So, only III and IV are true and correct.