SAP Interview Question

What can you observe about Java that makes it a platform independent language?

Interview Answer

Anonymous

Mar 12, 2017

I created and compiled a GUI application using netbeans on my windows system and built it into a JAR file that ran exactly the same way on my friend's Mac as it was on my system.

1