Atlassian interview question

What is a major difference between C++ and Java?

Interview Answer

Anonymous

14 Jun 2017

Java is WORA (write once, run anywhere) which makes it highly portable as it can run on any machine that has a Java virtual machine.

Atlassian Interview Question: What is a major difference between C++ and Java? | Glassdoor