下列方法的定义中,()表述不正确?
public static t(int x) {... }
void t(int x){... }
static int t(int x ){... }
privata static int t(){... }