Show differencesHistory of post edits
#Actualic0de
Posted 02 November 2012 - 12:29 PM
There is nothing technically limiting about the language of Java, there are a few minor annoyances such as the lack of operator overloading but its not a huge issue. However the implementation of java will almost always be in a virtual machine so you can expect some performance penalty.
#1ic0de
Posted 02 November 2012 - 12:29 PM
There is nothing technically limiting about the language of Java there are a few minor annoyances such as the lack of operator overloading but its not a huge issue. However the implementation of java will almost always be in a virtual machine so you can expect some performance penalty.