单项选择题

A.Person method1(){return 1;}
B.int x(){char ch=’a’;return (int)ch;}
C.void method1(){return true;}
D.Boolean method1(){return "false";}