Difference between java and javaw

后端 未结 6 1175
感动是毒
感动是毒 2021-01-12 14:16

I searched to know the difference between java.exe and javaw.exe. I read through Difference between Java.exe and Javaw.exe.

There it is st

6条回答
  •  北海茫月
    2021-01-12 14:43

    In addition to the points stated, it is also can be noted that multi threaded programs can be run with java but javaw can run only single threaded programs!

提交回复
热议问题