|
Here is another one,
public class Null {
public static void ehem() {
System.out.println("I am who am.");
}
public static void main(String[] args) {
((Null) null).ehem();
}
}
Without compiling the said code, what should be the output?
__________________
A specific, detailed, simple, well elaborated, and "tested before asking" question may gather more quick replies. hopefully To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|