subject

Given public class fishing { byte b1 = 4; int i1 = 123456; long l1 = (long) i1; //line a short s2 = (short) i1; //line b byte b2 = (byte) i1; //line c int i2 = (int)123.456; //line d byte b3 = b1 + 7; //line e } which lines will not compile? (choose all that apply)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 16:10
Which is a benefit of peer-to-peer networking? easy to add or remove devices main server has a fast processor more reliable than a client/server network same software versions on all computers
Answers: 3
question
Computers and Technology, 23.06.2019 02:00
Which demographic challenge is europe currently experiencing? a. an aging and decreasing population b. a baby boomc. an unequal distribution between males and females d. a large group of teenagers moving through the school system(i chose a but i'm unsure)
Answers: 1
question
Computers and Technology, 23.06.2019 08:00
What is a scenario where records stored in a computer frequently need to be checked
Answers: 2
question
Computers and Technology, 23.06.2019 08:30
When you interpret the behavior of others according to your experiences and understanding of the world your evaluation is
Answers: 1
You know the right answer?
Given public class fishing { byte b1 = 4; int i1 = 123456; long l1 = (long) i1; //line a short s2...
Questions