+ 3
What are the BIG differences and the BIG similarities between C++ and Java?
5 Réponses
+ 4
The BIG differences:
• The Syntax
• Java is slower than C++ because it has to be translated in binary code first then it has to get user input and/or print the text or number and it also has to add, subtract, multiply and divide in binary code
• C++ is faster than Java because it can only translate in to binary code and octal code if cout << ' hello world ' << endl; is applied. therefore it will only output hello world if double quotations (" ") are applied.
The BIG similarities:
• C++ and Java are actually similar in Syntax by 15% they use { }, =, ℅, |, [ ], …etc
• C++ and Java are used for Hacking
• They are able to view, delete and override files of different codes
+ 2
Edwin Pratt, Java is not used for hacking (or at least this is what I know)
+ 2
@Mihai Dancaescu in some cases you have to run one c++ program and one Java program:
Java is used to get some hidden files.
C++ is used to get different files that are not hidden.
C++ is used to find the password.
In an app called Hacked, it uses some Java code.
+ 2
@Brenda Mejia Python can be used for Hacking but in some cases you must use C++ and Java.
+ 1
I believe python is used for hacking