填空题

下面是一个类的定义,试将程序补充完整。 class Test { String s; 【12】 int a =66; Test(String s1) { s=s1; } static int geta( ) { return a; } }

【参考答案】

static