InterviewSolution
Saved Bookmarks
| 1. |
An expression involving byte, int, and literal numbers is promoted to which of these?(a) int(b) long(c) byte(d) floatThe question was posed to me in examination.This is a very interesting question from Integer and Floating Data Types topic in section Data Types, Variables and Arrays of Java |
|
Answer» Right choice is (a) int |
|