Declaration of primitive types such as boolean, byte and so on does not allocate memory space for the variable.
Declaration of primitive types such as boolean, byte and so on allocates memory space for the variable.
Declaration of nonprimitive types such as String, Vector and so on does not allocate memory space for the object.
Declaration of nonprimitive types such as String, Vector ans so on allocates memory space for the object.
第1题:
A.RAMBUS
B.DDR3
C.DDR
D.SDRAM
第2题:
A.LONG VARCHAR, SMALLINT, NUMBER, BLOB
B.DECIMAL, DATE, DBCLOB, INTERVAL
C.NUMERIC, TIMESTAMP, BYTE, FLOAT
D.NUM, TIME, XML, DOUBLE
第3题:
A.byte, short, int, long, float, double
B.boolean, byte, short, char, int, long, float, double
C.byte, short, char, int, long, float, double
D.byte, short, char
E.int, long, float, double
第4题:
Which statements concerning casting and conversion are true?()
第5题:
在Java中,字节数据类型的关键字和默认值是()
第6题:
Which of the following memory types has 184 pins?()
第7题:
Which of the following are all valid DB2 data types?()
第8题:
Which of the following statements about declaration are true?()
第9题:
What two statements are true about Oracle Enterprise Manager’s Java Diagnostic tool, which makes the tool suitable for production server diagnostics ?()
第10题:
boolean ,byte,long,assert
byte,long,true,goto
goto,boolean,byte,null
boolean,long,false,auto
第11题:
public void setEnabled( boolean enabled) public boolean getEnabled()
public void setEnabled( boolean enabled) public void isEnabled()
public void setEnabled( boolean enabled) public boolean isEnabled()
public boolean setEnabled( boolean enabled) public boolean getEnabled()
第12题:
virtually zero overhead for application running in the JVM
no stalling of running JVM when taking a heap dump for memory analysis
no need of modification, changes, or instrumentation of the application since is uses Network Protocol Analysis (NPA technology)
provides Byte Code Instrumentation for Java
第13题:
A.DDR3
B.DDR
C.SDRAM
D.DDR2
第14题:
下面均为Java关键字的一组是()
A、boolean,byte,long,true
B、byte, long,true,goto
C、goto ,Boolean,byte,true
D、bool, long,true,auto
第15题:
下面均为java关键字的一组是()
第16题:
Which are not Java primitive types?()
第17题:
Which of the following network types is being described when computers are connected so thatdata flows from one computer to the other by traveling through each computer in the network?()
第18题:
Which of the following memory types is located in the processor chip?()
第19题:
Given the following code fragment: public void create() { Vector myVect; myVect = new Vector(); } Which of the following statements are true?()
第20题:
Which three are true about the large pool for an Oracle database instance that supports shared serverconnections?()
第21题:
Conversion from int to long does not need a cast.
Conversion from byte to short does not need a cast.
Conversion from float to long does not need a cast.
Conversion from short to char does not need a cast.
Conversion from boolean to int using a cast is not possible.
第22题:
Declaration of primitive types such as boolean, byte and so on does not allocate memory space for the variable.
Declaration of primitive types such as boolean, byte and so on allocates memory space for the variable.
Declaration of nonprimitive types such as String, Vector and so on does not allocate memory space for the object.
Declaration of nonprimitive types such as String, Vector ans so on allocates memory space for the object.
第23题:
The declaration on line 2 does not allocate memory space for the variable myVect.
The declaration on line 2 allocates memory space for a reference to a Vector object.
The statement on line 2 creates an object of class Vector.
The statement on line 3 creates an object of class Vector.
The statement on line 3 allocates memory space for an object of class Vector.
第24题:
short
Boolean
unit
float