Answers

Question and Answer:

  Home  Java

⟩ How does Java handle integer overflows and underflows?

It uses those low order bytes of the result that can fit into the size of the type allowed by the operation.

 145 views

More Questions for you: