Here question indicate one thing ...
THE GIVEN LANGUAGE IS CFL...now one more point is its defined on only one alphabet ....so examples of such languages are ..
a^n,b^n...you can put any condition on n....
now if INPUT ITSELF IS ONE ALPHABET...we have no other alphabet for compare..so no need of STACK also ...and the language become REGULAR...
so statement is TRUE...
ex a^n such that n<1000 ...we can draw DFA..
a^n such that 1886<n<2000...we can have DFA...
any language over one alphabet is REGULAR...BUT PROVIDED THAT IT MUST BE CFL FIRST..
that is we cant say here a^n ...where n is prime number ....as language itself is not CFL ...no need of ckeck...
SO LANGUAGE MUST BE CFL...and also if its on one alphabet ...its "REGULAR" always..