题目内容 (请给出正确答案)
[主观题]

某螺纹联接,小批生产,其公称直径为24mm,螺距3mm,旋合长度为25mm,要求内、外螺纹有较高的同轴度,有较好的旋合

性,且有一定的联结强度。试确定螺纹公差带代号。
查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“某螺纹联接,小批生产,其公称直径为24mm,螺距3mm,旋合…”相关的问题

第1题

下列代码中,将引起一个编译错误的行是()。1)public class Test{2)int m,n;3)public Test(){}4)pub

下列代码中,将引起一个编译错误的行是()。 1)public class Test{ 2) int m,n; 3) public Test(){} 4) public Test(int a){m=a;} 5) public static void main(String args[]){ 6) Test t1,t2; 7) int j,k; 8) j=0;k=0; 9) t1=new Test(); 10) t2=new Test(j,k); 11) } 12)}

A.第3行

B.第5行

C.第6行

D.第10行

点击查看答案

第2题

给出下面代码段: public class Test{public static void main(String args[]){ int m; switch(m)

给出下面代码段:

public class Test{

public static void main(String args[])

{

int m;

switch(m)

{

case 0 :System.out.println("case 0");

case 1 :System.out.println("case 1");

break;

case 2 :break;

default :System.out.println("default");

}

}

}

下列m的值能引起输出“default”的是()。

A.0

B.1

C.2

D.4

点击查看答案

第3题

给出下面的代码: 1)public class Test { 2)int m, n; 3)public Test() () 4)public Test(int a) {m=a;

给出下面的代码:

1)public class Test {

2)int m, n;

3)public Test() ()

4)public Test(int a) {m=a; }

5)public static void main(string arg[]) {

6)Test t1,t2;

7)int j,k;

8)j=O; k=0;

9)t1=rlew Test();

10)t2=new Test(j,k);

11)}

12)}

在编译时行将导致一个错误。

A.3 B.5 C.6 D.10

点击查看答案

第4题

给出下面代码段:public class Test{public static void main(String args[]){int m;switch(m){ca

给出下面代码段: public class Test{ public static void main(String args[] ) { int m; switch(m) { case 0: System.out.println("case 0"); case 1: System.out.println("case 1"); break; case 2: break; default: System.out.println("default"); } } } 下列m的值能引起输出“default”的是()。

A.0

B.1

C.2

D.4

点击查看答案

第5题

给出下面代码的输出()public class Test {public static void main(String[ ] args) {int[][]

给出下面代码的输出()

public class Test {

public static void main(String[ ] args) {

int[][] array = {{1, 2, 3, 4},{5, 6, 7, 8}};

System.out.println(m1(array)[1])

}

public static int[] m1(int[][] m){

int[] result = new int[2];

result[0] = m.length;

result[1] = m[0].length;

return result;

}

}

A、0

B、1

C、2

D、4

点击查看答案

第6题

下列代码中,将引起编译错误的行是______。(1) public class Test {(2) int m,n;(3) public Test(

下列代码中,将引起编译错误的行是______。 (1) public class Test { (2) int m,n; (3) public Test(){} (4) public Test(int A){m=a;} (5) public static void main(String args[ ]){ (6) Test t1,t2; (7) int j,k; (8) j=0;k=0; (9) t1=new Test(); (10) t2=new Test(j,k); (11) 1 (12) }

A.第3行

B.第5行

C.第6行

D.第10行

点击查看答案

第7题

下列代码中,将引起一个编译错误的行是1)public class Test{2) int m,n;3)public Test(){}4)publi

下列代码中,将引起一个编译错误的行是1)public class Test{2) int m,n;3)public Test(){}4)public Test(int a){m=a;}5)public static void main(String args[]){6)Test t1,t2;7)int j,k;8)j=0;k=0;9)t1=new Test();10)t2=new Test(j,k);11) }12) }

A.第3行

B.第5行

C.第6行

D.第10行

点击查看答案

第8题

3下列代码中,将引起一个编译错误的行是()。1)public class Test{2)int m,n;3)public Test(){}4)pu

3下列代码中,将引起一个编译错误的行是()。 1)public class Test{ 2)int m,n; 3)public Test(){} 4)public Test(int a){m=a;} 5)public static void main(String args[]){ 6)Test t1,t2; 7)int j,k; 8)j=0; k=0; 9) t1=new Test(); 10)t2=new Test(j,k); 11)} 12)}

A.第3行

B.第5行

C.第6行

D.第10行

点击查看答案

第9题

下列代码中,将引起一个编译错误的行是1) public class Test{2)int m,n;3)public Test(){}4)publi

下列代码中,将引起一个编译错误的行是 1) public class Test{ 2) int m,n; 3) public Test(){} 4) public Test(inta){m=a;} 5) public static void main(String args[]){ 6) Test t1,t2; 7) int j,k; 8) j=0;k=0; 9) t1=new Test(); 10) t2=new Test(j,k); 11) } 12) }

A.第3行

B.第5行

C.第6行

D.第10行

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信