Anyone using short and byte primitive types, in real apps?

后端 未结 15 3217
遥遥无期
遥遥无期 2021-02-20 08:09

I have been programming in Java since 2004, mostly enterprise and web applications. But I have never used short or byte, other than a toy program just to know

15条回答
  •  被撕碎了的回忆
    2021-02-20 08:09

    when we are programming for electronic devices like mobile phone we use byte and short.In this case we should take care on memory management.

提交回复
热议问题