网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Which of these are keywords in Java?()
- A、default
- B、NULL
- C、String
- D、throws
- E、long
参考答案
更多 “Which of these are keywords in Java?() A、defaultB、NULLC、StringD、throwsE、long” 相关考题
考题
下列选项中不全是c++语言关键字的是A.const,break,defaultB.long,void,usingC.virtual,extern,includeD.try,throw,this
考题
下面均为Java关键字的一组是()A、boolean,byte,long,trueB、byte, long,true,gotoC、goto ,Boolean,byte,trueD、bool, long,true,auto
考题
继承是Java语言的一个重要机制,所有的Java类都继承自根类( )。 A.ClassB.ObjectSXB
继承是Java语言的一个重要机制,所有的Java类都继承自根类( )。A.ClassB.ObjectC.StringD.Date
考题
下列选中不全是C++语言关键字的是( )A.const,break,default
B.long,void,using
C.virtual,extern,include
D.try,throw,this
考题
You need to store a Java long primitive attribute, called customerOID, into the session scope. Which two code snippets allow you to insert this value into the session?()A、long customerOID = 47L;session.setAttribute("customerOID", new Long(customerOID));B、long customerOID = 47L;session.setLongAttribute("customerOID", new Long(customerOID));C、long customerOID = 47L;session.setAttribute("customerOID", customerOID);D、long customerOID = 47L;session.setNumericAttribute("customerOID", new Long(customerOID));
考题
Java中整型包括()。A、int,byte,charB、int,short,long,byte,charC、int,short,long,charD、int,short,long,byte
考题
Which constraint can be defines only at the column level?()A、UNIQUEB、NOT NULLC、CHECKD、PRIMARY KEYE、FOREIGN KEY
考题
多选题You need to store a Java long primitive attribute, called customerOID, into the session scope. Which two code snippets allow you to insert this value into the session?()Along customerOID = 47L;session.setAttribute(customerOID, new Long(customerOID));Blong customerOID = 47L;session.setLongAttribute(customerOID, new Long(customerOID));Clong customerOID = 47L;session.setAttribute(customerOID, customerOID);Dlong customerOID = 47L;session.setNumericAttribute(customerOID, new Long(customerOID));
考题
( 难度:中等)以下哪些是java的基本数据类型A.byteB.intC.StringD.Integer
热门标签
最新试卷