Pass the Oracle Oracle Certified Associate 1z0-808 Questions and answers with CertsForce

Viewing page 7 out of 7 pages
Viewing questions 61-70 out of questions
Questions # 61:

Which two code fragments cause a compilation error? (Choose two.)

Options:

A.

float flt = 100.00F;


B.

float flt = (float) 1_11.00;


C.

Float flt = 100.00;


D.

double y1 = 203.22;float flt = y1;


E.

int y2 = 100;float flt = (float) y2 ;


Expert Solution
Questions # 62:

Given:

Question # 62

And given the commands:

Question # 62

What is the result?

Options:

A.

Success


B.

Failure


C.

Compilation fails.


D.

An exception is thrown at runtime


Expert Solution
Questions # 63:

Given the code fragment:

Question # 63

What is the result?

Options:

A.

A B C Work done


B.

A B C D Work done


C.

A Work done


D.

Compilation fails


Expert Solution
Questions # 64:

Given:

Question # 64

And given the code fragment:

Question # 64

What is the result?

Options:

A.

Compilation fails at line n2.


B.

Compilation fails at line n1.


C.

20:20


D.

10:20


Expert Solution
Questions # 65:

Given the code fragment:

Question # 65

Which two modifications, when made independently, enable the code to print Joe:true: 100.0? (Choose two.)

Question # 65

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


E.

Option E


Expert Solution
Questions # 66:

Given the code fragment:

Question # 66

What is the result?

Options:

A.

2 4


B.

0 2 4 6


C.

0 2 4


D.

Compilation fails


Expert Solution
Questions # 67:

Given:

Question # 67

and the code fragment:

Question # 67

What is the result?

Options:

A.

true:false:true


B.

false:true:true


C.

false:true:false


D.

true:true:false


Expert Solution
Viewing page 7 out of 7 pages
Viewing questions 61-70 out of questions