Multiple Choice
Which of the following lines of code enables JavaScript in WebView?
A) myWebView.setJavaScriptEnabled(true) ;
B) myWebView.getJavaScriptSettings.setEnabled(true) ;
C) myWebView.getSettings() .setJavaScriptEnabled(true) ;
D) Java script is always enabled in WebView
Correct Answer:

Verified
Correct Answer:
Verified
Q175: Which Android permission you should add to
Q176: In which of the following windows (inside
Q177: Which of the following is correct about
Q178: Which version of Android Studio introduced the
Q179: Which of the following is NOT true
Q181: Which of the following is NOT correct
Q182: On which of the following thread does
Q183: Which method is used to close an
Q184: Consider the following AndroidManifest.xml file. <?xml version="1.0"
Q185: Which of the following is NOT a