Question:Consider the following code: [/code] public class Jam { public void apple(int i, String s) { } //ABC } [/code] Choose possible valid code replacements of "//ABC" among the choices: 

A public void apple(String s, int i) {} 

B public int apple(int i, String s) {} 

C public void apple(int i, String mystring) {} 

D public void apple(int i, String mystring) {} • public void Apple(int i, String s) {} 

+ Answer
+ Report
Total Preview: 844

Copyright © 2024. Powered by Intellect Software Ltd