_____ is a container that provides scrolling for its contents
-
ScrollView
-
ListView
-
Both, a & b above
-
None of above
A
Correct answer
Explanation
ScrollView is a container layout that provides scrolling functionality for its child content, allowing users to view content that exceeds the visible screen area. Option B (ListView) is a specialized view for displaying scrollable lists of data, but it's not the general-purpose container the question asks about. Option C is incorrect because while ListView does scroll, ScrollView is the fundamental container class specifically designed to add scrolling to any content.