Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
~3K People Reached
Favorite Forums
1 Posted Topic
C++ compiled binaries run natively on OS level but Java compiled "bytecode class" files run inside a virtual machine named JVM. Thus, C++ compiled binaries need to be compiled against a particular OS to port but Java compiled classes can be easily ported between different OS's as long as they …
The End.