This may sound too trivial for an intermediate Java programmer. But during my process of reviewing Java fundamentals, found a question:
Why is narrowing conversion l
A byte has 8 bits. An int, 32 bits, and it is a signed number.