public class AQuestion { public void method(Object o) { System.out.println("Object Verion"); } public void method(String s) { System.out.println("String Version"); } public static void main(String args[]) { AQuestion question = new AQuestion(); question.method(null); } }
The code compiles cleanly and shows "String Version"
0 نعم
0 لا
أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال
معلومات ذات صلة
لم يتم إضافة هذا السؤال إلى أي قائمة دراسية خاصة بك