多项选择题
Which two are true about the tag handler referneed by my Tag. ()
A. The do Start Tag method is called once.
B. The do After Body method is NOT called.
C. The EVAL_Page constant is a valid return value for the do End Tag Method.
D. the EVAL_BODY_BUFFERED constant is a valid return value for the do Start Tag method.
相关考题
-
单项选择题
What is the result?()
A. The output is X = 6 y = 0
B. The output is x = 7 y = 0
C. The output is x = 6 y = -1
D. The output is x = 7 y = -1
E. Compilation will fail. -
单项选择题
What is the result?()
A. the program runs and prints nothing.
B. The program runs and prints “Finally”.
C. The code compiles. But an exception is thrown at runtime.
D. the code will not compile because the catch block is missing. -
多项选择题
Whichfourtypesofobjectcanbethrownusingthethrowstatement?()
A. Error
B. Event
C. Object
D. Exception
E. Throwable
F. Runtime Exception
