Which of the following parsing methods uses lookahead symbols?

Explanation:

LL(1) parsing uses a single symbol lookahead for decisions.

Explore more in Computer Science: