Posts
 
Reputation
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
Favorite Tags

1 Posted Topic

Member Avatar for Stefano Mtangoo

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 …

Member Avatar for mayur_5
0
3K

The End.