Which is the correct line of code to get the ID of the EditText you intend to use?23/40Which is the correct line of code to get the ID of the EditText you intend to use?EditText TextHandler = (EditText)findViewById(R.id.nameTextField);EditText = (EditText)findViewById(R.id.nameTextField);EditText TextHandler = findViewById(R.id.nameTextField);EditText TextHandler = (EditText)findViewById(nameTextField);Giải thíchChọn đáp án D