单项选择题
Which additions needs to be made to the Iterate Handler class for it to properly perform as the tag handler for the loop tag.?()
A.A B.B C.C D.D
A. The program runs and prints nothing. B. The program runs and prints “Finally”. C. The code comiles. But an exception is thrown at runtime. D. The code will not compile because the catch block is missing.
A. final int k = 4: B. public int k = 4: C. static int k = 4: D. private int k = 4: E. abstract int k = 4: F. volatile int k = 4: G. transient int k = 4: H. protected int k = 4: