nerdexam
Android

AND-401 · Question #54

Which of the following sets the entire Activity window as a WebView?

The correct answer is C. WebView webview = new WebView(this). See the full explanation below for the reasoning.

Question

Which of the following sets the entire Activity window as a WebView?

Options

  • AWebView webview = new WebView(this);
  • BsetContentView(R.layout.webview);
  • CWebView webview = new WebView(this);

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    22% (6)
  • C
    70% (19)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice