()金属拉伸试验过程中,力不增加(保持恒定)试件仍能继续伸长(变形)时的应力称为。
A.疲劳强度
B.抗拉强度
C.屈服点
D.拉应力
参考答案:C
何为重打废票?
在下列源代码文件Test.java中,哪个选项是正确的类定义
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; } }