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)- A7% (2)
- B22% (6)
- C70% (19)
Community Discussion
No community discussion yet for this question.