网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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” 相关考题
考题 在Java中,boolean数据类型表示真时,其值为( )。A.1B.nullC.TRUED.true

考题 求平方根方法publicstaticdoublesqrt(doublea)可以传递的参数类型有哪些?() A.byteB.floatC.StringD.long

考题 WhichofthesearekeywordsinJava?() A.defaultB.NULLC.StringD.throwsE.long

考题 下列各选项中属于Java保留字的是( )。A.TRUEB.NULLC.FALSED.null

考题 在Java中,所有类的根类是( )。A.java.lang.ObjectB.iava.lang.ClassC.java.lang.StringD.java.lang.System

考题 在Java中,所有类的根类是( )。A.java.lang.ObjectB.java.lang.ClassC.java.lang.StringD.java.lang.System

考题 继承是Java语言的-个重要机制,所有的Java类都继承自根类( )。A.ClassB.ObjectC.StringD.Date

考题 下列选项中不全是c++语言关键字的是A.const,break,defaultB.long,void,usingC.virtual,extern,includeD.try,throw,this

考题 继承是Java语言的一个重要机制,所有的Java类都继承自根类( )。A.ClassB.ObjectC.StringD.Date

考题 Java 用( )来实现goto语句所特有的一些功能。A.defaultB.returnC.breakD.continue

考题 下面均为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

考题 以下哪些不是Java中有效的关键字( )。A.constB.NULLC.falseD.this

考题 下列选中不全是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));

考题 求平方根方法public static double sqrt (double a)可以传递的参数类型有哪些?()A、byteB、floatC、StringD、long

考题 以下不是Java基本数据类型的是()。A、intB、floatC、StringD、boolean

考题 以下()不是Java中有效的关键字.A、abstractB、NULLC、breakD、this

考题 Java中整型包括()。A、int,byte,charB、int,short,long,byte,charC、int,short,long,charD、int,short,long,byte

考题 下面哪些是Java的关键字()。A、defaultB、NULLC、StringD、throwsE、longF、true

考题 下面哪个不是Java的保留字或关键字?()A、defaultB、NULLC、throwsD、long

考题 如下哪个不是Java中有效的关键字?()A、constB、NULLC、falseD、this

考题 Which are not Java keywords? ()   A、 TRUEB、 sizeofC、 constD、 superE、 void

考题 Which constraint can be defines only at the column level?()A、UNIQUEB、NOT NULLC、CHECKD、PRIMARY KEYE、FOREIGN KEY

考题 多选题Which are not Java keywords? ()ATRUEBsizeofCconstDsuperEvoid

考题 多选题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