What Issues prevent Java applications from working on multiple platforms?

后端 未结 8 2151
南笙
南笙 2020-12-14 08:59

Java is supposed to be \"write once, run anywhere\" and it really can be, but in some cases it turns into \"write once, debug everywhere\".

What are the most common

8条回答
  •  [愿得一人]
    2020-12-14 09:40

    There are many different JVMs, so depending on which one the client has installed on their box, they may get slightly different results.

提交回复
热议问题