Skip to main content

You know you love them really...

This is a quickie, answer will be posted in due course.

Does this compile, and why / why not?


public class Test{
public byte functionArray()[][][] {
return null;
}
}

Comments