Exam AND-401 All QuestionsBrowse all questions from this exam
Question 28

Javascript is enabled by default in a WebView

    Correct Answer: B

    By default, JavaScript is not enabled in a WebView. If the web page you plan to load in your WebView uses JavaScript, you need to explicitly enable JavaScript by using the WebSettings class and the setJavaScriptEnabled(true) method.

Discussion
MmadiOption: B

B. False