Given:<br /> <img src="https://img.ppkao.com/2018-08/gelingxia/201808011555195306.jpg" /><br /> Which five methods, inserted independently at line 5, will compile?()<p> Given:<br /> <img src="https://img.ppkao.com/2018-08/gelingxia/201808011555195306.jpg" /><br /> Which five methods, inserted independently at line 5, will compile?()</p>
A、A. protected int blipvert(long x) { return 0; }
B、B. protected long blipvert(int x) { return 0; }
C、C. private int blipvert(long x) { return 0; }
D、D. private int blipvert(int x) { return 0; }
E、E. public int blipvert(int x) { return 0; }
F、F. protected long blipvert(long x) { return 0; }
H、G. protected long blipvert(int x, int y) { return 0; }