Oracle Java SE 8 Programmer I 1z0-808 Question # 61 Topic 7 Discussion

Oracle Java SE 8 Programmer I 1z0-808 Question # 61 Topic 7 Discussion

1z0-808 Exam Topic 7 Question 61 Discussion:
Question #: 61
Topic #: 7

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


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 ;


Get Premium 1z0-808 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.