level 1
sonicsnail
楼主
Given the following classpublic class Crowle{ public static void main(String argv[]){ Crowle c = new Crowle(); } Crowle(){ System.out.println("Greetings from Crowle"); } } What is the datatype returned by the constructor? 1) null 2) integer3) Crowle4) no datatype is returned
2008年01月31日 17点01分
1