Is there any difference between JVM running on windows platform and linux platform.
Is there any difference between .class file created on windows platform and .class file created on Linux platform.I mean to say if same java file is compiled on windows platform as well as linux platform will the bytecode created be same or there will be any difference.
View All Comments
| View Tutorial