多项选择题

A.public int method 1(int a,int b){return 0;}
B.private int method 1(int a,int b){return 0;}
C.private int method 1(int a,long b){return 0;}
D.public short method 1(int a,int b){return 0;}