Toggle navigation
首页
问答
文章
话题
专家
全站搜索
提问
会员
中心
登录
注册
下列的哪个赋值语句是正确的?
发布于 2022-03-22 01:22:13
【单选题】
A char a=12;
B int a=12.0;
C int a=12.0f;
D int a=(int)12.0;
E D
F 3
查看更多
关注者
0
被浏览
102
体验AI问答!更聪明、超智能!
一款基于GPT的超级AI助手,可以对话、创作、写文案!
👉 点击使用 - AI智能问答 🔥
哆啦A梦
2022-03-22
这家伙很懒,什么也没写!
此回答被采纳为最佳答案,开通VIP会员可查看
1
个回答
默认排序
按发布时间排序
撰写答案
请登录后再发布答案,
点击登录
登录
注册新账号
有人回复时邮件通知我
关于作者
野百合也有春天
这家伙很懒,什么也没写!
提问
399
回答
824
被采纳
823
关注TA
发私信
相关问题
1
在一个线程中调用下列方法,不会改变该线程运行状态的是:
2
为了将HelloApplet(主类名为HelloApplet.class)嵌入在greeting.html文件中,应该在下列greeting.html文件的横线处填入的代码是: Greetings
3
阅读下列程序片段 publicvoidtest(){ try{ sayHello(); system.out.println("Hello"); }catch(ArrayIndexOutOfBoundExceptione){ System.out.println("ArrayIndexOutOfBoundException"); }catch(Exceptione){ System.out.println("Exception"); }finally{ System.out.println("Finally"); } } 如果sayHello()方法正常运行,则test()方法的运行结果将是:
4
String、StingBuffer都是______类,都不能被继承。
5
Class类的对象由______自动生成,隐藏在.class文件中,它在运行时为用户提供信息。
6
给出下列代码,如何使成员变量m被方法fun()直接访问? classTest{privateintm;publicstaticvoidfun(){...}}
7
已知有下列类的说明,则下列哪个语句是正确的? publicclassTest {privatefloatf=1.0f;intm=12;staticintn=1; publicstaticvoidmain(Stringarg[]) {Testt=newTest();}}
8
下列代码的执行结果是 publicclassTest {publicintaMethod() {staticinti=0;i++;System.out.println(i);} publicstaticvoidmain(Stringargs[]) {Testtest=newTest();test.aMethod();}}
9
在oneMethod()方法运行正常的情况下,程序段将输出什么? publicvoidtest() {try {oneMethod(); System.out.println("condition1");} catch(ArrayIndexOutOfBoundsExceptione) {System.out.println("condition2");} catch(Exceptione) {System.out.println("condition3");} finally {System.out.println("finally");}}
10
下列哪个不是nio包的新特点?
发布
问题
手机
浏览
扫码手机浏览
分享
好友
在线
客服
回到
顶部