Q. What is the virtual DOM in React?
β
Correct Answer: (C)
A lightweight in-memory representation of the real DOM
Explanation: The virtual DOM is a lightweight copy of the real DOM that React uses for efficient updates.