Briefing Android Knowledge

What Activity method you use to retrieve a reference to an Android view by using the id attribute of

What Activity method you use to retrieve a reference to an Android view by using the id attribute of
a resource XML?

A.
findViewByReference(int id);

B.
findViewById(int id)

C.
retrieveResourceById(int id)

D.
findViewById(String id)