Question: (6). When you perform arithmetic with values of diverse types, the Java programming language___ a. issues an error message b. implicitly converts the values to

(6). When you perform arithmetic with values of diverse types, the Java programming language___

a. issues an error message

b. implicitly converts the values to a unifying type

c. requires you to explicitly convert the values to a unifying type

d. requires you to perform a cast

(7). If you attempt to add a float, an int, and a byte, the result will be a(n)___

a. float

b. int

c. byte

d. error message

(8). The 16bit coding scheme employed by the Java programming language is___

a. Unicode

b. ASCII

c. EBCDIC

d. hexadecimal

(9). A public method named computeSum( ) is located in classA. To call the method from within classB, use the statement___

a. computeSum(classB);

b. classB(computeSum( );

c. classA.computeSum( );

d. You cannot call computeSum( ) from within classB.

(10). You send messages to an object through its___

a. fields

b. methods

c. classes

d. data

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!