多选题Which statements concerning casting and conversion are true?()AConversion from int to long does not need a cast.BConversion from byte to short does not need a cast.CConversion from float to long does not need a cast.DConversion from short to char does not need a cast.EConversion from boolean to int using a cast is not possible.

多选题
Which statements concerning casting and conversion are true?()
A

Conversion from int to long does not need a cast.

B

Conversion from byte to short does not need a cast.

C

Conversion from float to long does not need a cast.

D

Conversion from short to char does not need a cast.

E

Conversion from boolean to int using a cast is not possible.


参考解析

解析: 暂无解析

相关考题:

All the following statements concerning the nature of language change is true except() A language change is inevitableB language change is abruptC language change is universalD language change is extensive

The statements concerning nominal and real interest rate are true except that ______.A.the nominal interest rate is the growth rate of your moneyB.the real interest rate is the growth rate of your purchasing powerC.the nominal rate is the real interest rate deducted by the rate of inflationD.all of the above statements

Which statements concerning the switch construct are true?()  A、All switch statements must have a default label.B、There must be exactly one label for each code segment in a switch statement.C、The keyword continue can never occur within the body of a switch statement.D、No case label may follow a default label within a single switch statement.E、A character literal can be used as a value for a case label.

Which two statements are true about analog to digital conversion of voice signals for use in digital telephony networks?()A、The three required steps in the analog to digital conversion are sampling,encoding,and compression.B、The three required steps in the analog to digital conversion are sampling,quantization,and compression.C、The three required steps in the analog to digital conversion are sampling,quantization,and encoding.D、The output of the sampling process is a pulse code modulation (PCM) signal.E、The output of the sampling process is a pulse amplitude modulation (PAM) signal.

Which statements concerning the value of a member variable are true, when no explicit assignments have been made?()  A、The value of an int is undetermined.B、The value of all numeric types is zero.C、The compiler may issue an error if the variable is used before it is initialized.D、The value of a String variable is "" (empty string).E、The value of all object variables is null.

Which statements concerning casting and conversion are true?()  A、Conversion from int to long does not need a cast.B、Conversion from byte to short does not need a cast.C、Conversion from float to long does not need a cast.D、Conversion from short to char does not need a cast.E、Conversion from boolean to int using a cast is not possible.

Which statements concerning the methods notify() and notifyAll() are true?  A、Instances of class Thread have a method called notify().B、A call to the method notify() will wake the thread that currently owns the monitor of the object.C、The method notify() is synchronized.D、The method notifyAll() is defined in class Thread.E、When there is more than one thread waiting to obtain the monitor of an object, there is no way to be  sure which thread will be notified by the notify() method.

Which statements are true concerning NAT? ()A、 NAT provides 1 to manyaddress mapping.B、 NAT provides 1 to 1 address mapping.C、 NAT is only useful forTCP/UDP and ICMP traffic.D、 NAT can be used for all IP traffic.

Which statement is true about the digital to analog conversion process?()A、the two steps of digital to analog conversion are decompression and reconstruction of the analog signalB、the two steps of digital to analog conversion are decoding and filteringC、the two steps of digital to analog conversion are decompression and filtering of the analog signalD、the two steps of digital to analog conversion are quantization and decoding

Which of these statements concerning the collection interfaces are true?()  A、Set extends Collection.B、All methods defined in Set are also defined in Collection.C、List extends Collection.D、All methods defined in List are also defined in Collection.E、Map extends Collection.

单选题Which of the following statements concerning energy is correct?()AEnergy can be created or destroyedBEnergy may not be transformedCThe total quantity of energy in the universe is always the sameDNone of the above

多选题Concerning the figure below, if a =b, which of the following statements must be true? (Indicate all such statements.)Ac=dBl and k are parallelCm and l are perpendicular

多选题Which of the following statements are true? (Indicate all such statements.)Aτ(5) =τ(7)Bτ(5) τ(7) =τ(35)Cτ(5) + τ(7) =τ(12)

多选题Which statements concerning the value of a member variable are true, when no explicit assignments have been made?()AThe value of an int is undetermined.BThe value of all numeric types is zero.CThe compiler may issue an error if the variable is used before it is initialized.DThe value of a String variable is  (empty string).EThe value of all object variables is null.

单选题Which statement is true about the digital to analog conversion process?()Athe two steps of digital to analog conversion are decompression and reconstruction of the analog signalBthe two steps of digital to analog conversion are decoding and filteringCthe two steps of digital to analog conversion are decompression and filtering of the analog signalDthe two steps of digital to analog conversion are quantization and decoding

多选题Which two statements are true about analog to digital conversion of voice signals for use in digital telephony networks?()AThe three required steps in the analog to digital conversion are sampling,encoding,and compression.BThe three required steps in the analog to digital conversion are sampling,quantization,and compression.CThe three required steps in the analog to digital conversion are sampling,quantization,and encoding.DThe output of the sampling process is a pulse code modulation (PCM) signal.EThe output of the sampling process is a pulse amplitude modulation (PAM) signal.

单选题Which of the following statements is true concerning the overall efficiency of air compressors?()AHigh pressure compressors are more efficient than low pressure compressorsBMechanical efficiency divided by compressor efficiency will equal the overall efficiency of the compressor unitCTwo stage compressors are generally more efficient than single stage compressorsDThe volumetric efficiency is decreased in multistage compressors

单选题Which of the following statements is true concerning centrifugal pumps?()AThey are particularly suited for pumping high viscosity fluidsBThey are started with the discharge valve openedCThe flow of liquid is developed by imparting energy due to the rotation of an impellerDThey are always mounted in a horizontal position

多选题Which statements concerning casting and conversion are true?()AConversion from int to long does not need a cast.BConversion from byte to short does not need a cast.CConversion from float to long does not need a cast.DConversion from short to char does not need a cast.EConversion from boolean to int using a cast is not possible.

单选题Which of the following statements is true concerning any evaporator?()AHigh conductivity of the distillate indicates distillate salinity is excessiveBIncreasing the absolute pressure of the shell will increase the distillers capacityCMesh separators are used in evaporators to filter the distillateDReducing the brine density will reduce the heat lost overboard

单选题Which of the following statements concerning fire-tube boilers is correct?()ACombustion gases flow through the tubesBFlames impinge on the tubesCCombustion occurs in the tubesDWater flows through the tubes

单选题Which of the following statements is true concerning the cetane number of diesel fuel?()AThe cetane number affects the amount of injection lagBThe cetane number is an indication of the fuels viscosityCIgnition lag is reduced with fuels having a high cetane numberDThe cetane number is of little significance in the combustion process

单选题Which statements concerning the switch construct are true?()AAll switch statements must have a default label.BThere must be exactly one label for each code segment in a switch statement.CThe keyword continue can never occur within the body of a switch statement.DNo case label may follow a default label within a single switch statement.EA character literal can be used as a value for a case label.

单选题Which of the following statements is correct concerning the “flash point ” of a liquid?()AIt is lower than the ignition temperatureBIt is the temperature at which a substance will spontaneously igniteCIt is the temperature at which a substance, when ignited, will continue to bumDIt is the temperature at which the released vapors will fall within the explosive range

单选题Which of the following statements is true concerning an oil cooler?()AThe oil temperature is less than the cooling water temperatureBThe oil pressure is less than the cooling water pressureCThe oil pressure is greater than the cooling water pressureDThe oil flow control valve is always installed in the oil input line

单选题Which of the following statements is true concerning simple parallel resistance circuits?()AThe total current flow equals the sum of the individual currentsBThe total current flow equals the reciprocal of the sum of the individual currentsCThe total resistance equals the sum of the individual resistanceDThe total voltage equals the sum of the individual voltages across each resistance

单选题Which of the following statements is true concerning Halon 1301 fire extinguishing equipment?()AThe agent is considered nontoxic at room temperature in low concentrationsBThe agent is less effective than carbon dioxideCHalon primarily extinguishes the fire by coolingDThe agent cannot be used on electrical fires because it leaves a residue

多选题Which statements concerning the methods notify() and notifyAll() are true?AInstances of class Thread have a method called notify().BA call to the method notify() will wake the thread that currently owns the monitor of the object.CThe method notify() is synchronized.DThe method notifyAll() is defined in class Thread.EWhen there is more than one thread waiting to obtain the monitor of an object, there is no way to be  sure which thread will be notified by the notify() method.