PracticeTestGeeks home

Mettl Fundamental Coding Skills Questions and Answers

A developer is implementing the 'Back' button functionality for a web browser.
Each time a user visits a new page, the URL is stored.

When the user clicks 'Back,' the most recently visited URL must be retrieved.

Which data structure is the most suitable for managing the browsing history for this feature?

Select your answer