Multiple Choice
Which of the following lines of codes adds zoom controls to a WebView?
A) webView.getSettings() .setBuiltInZoomControls(true) ;
B) webView.getSettings() .setZoomControls(true) ;
C) webView.getZoomSettings() .setControls(CONTROLS.enabled) ;
D) Zoom controls are included by default in WebViews
Correct Answer:

Verified
Correct Answer:
Verified
Q195: When including a text file in your
Q196: Which of the following is true about
Q197: Which of following is incorrect about the
Q198: Which of the following is incorrect about
Q199: Which of the following methods can we
Q201: Which of the following is not true
Q202: CardView extends from which of the following:<br>A)
Q203: When publishing an update to your application
Q204: In which Activity life-cycle method you should
Q205: To create a blank Wear activity in