Which of these are keywords in Java?()  A、defaultB、NULLC、StringD、throwsE、long

Which of these are keywords in Java?()  

  • A、default
  • B、NULL
  • C、String
  • D、throws
  • E、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,defaultB.long,void,usingC.virtual,extern,includeD.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