林业用地分为8个二级地类,请列举出8个二级地类的名称。
参考答案:
①有林地
②疏林地
③灌木林地
④未成林地
⑤苗圃地
⑥无立木林地
⑦宜林地
⑧林业辅助生产用地
下列关于创建报表的方法中,错误的是( )。
A. public class test{ public int x=0; public test(int x ) { this.x=x; } }
B. public class Test { public int x=0; public Test(int x ) { this.x=x; } }
C. public class Test extends T1 T2 { public int x=0; public Test(int x){ this.x=x; } }
D. protected class Test extends T2 { public int x=0; public Test(int x) { this.x=x; } }
下列语句中,获得列表框List1中项目个数的语句是( )。
A.x8
B.x[8]
C.s(0)
D.v[8]