1 Answer - Sort by: Date | Rating
The biggest difference is that C++ is a platform dependent, compiled language while Java is a platform independent language based on virtual machines and bytecode. So if you want to execute a C++ programme written for windows on a Linux system you will have to recompile it first to match the needs of the new target platform. If you want to execute a Java program on any platform you just do, it always works as long as there is a Java virtual machine up and running.
0
0
- Why We Use This Method In Java?
- Why Java Not Supports Multiple Inheritence?
- A Java Program To Get Sports Marks In Student Package And Print Total Marks Of Student?
- The Project Aims To Implement A JAVA Parser? 1- Classes And Functions 2- Arithmetic/logic Expressions 3- If Statement
- How To Get Java On My Lg 260?
- Write A Java Program To Store A Number Find If It Is Positive Or A Negative Number If Positive Print I Am The First?
- How To Update The Sim 3 Expansion?
- What Is An Attribute In Java?
- Do I Have To Write A Main Method In Every Class I Create?
- What How The Step For Make Library Management?
- In Which Process We Can Start Java?
- Define The Concept Of Java Byte Code?
- How To Run Remote Method Invocation In More Machine?
- How To Run Java Remote Method Invocation In More Machine?
- How To Make A Java Program That Will Ask The User To Input A Number And Display All The Even Number And The Sum Of All Even Numbers Based On The Inputted/ Given Numbers?
- Is A Static Variable An Instance?
- How To Compile And Run Java Package?
- What Does Literati-on Mean?
- What Is Abstract Class In Details?
- What Is Meant By Remote Method Invocation In Java?
- What Is Meant By Servlet In Java?
- What Is Latest Technologies In Java?
- Write A Program Using Do…..while Loop To Calculate And Print The First M Fibonacci Numbers?
- What Is The Difference Between Reference &instance Variable?
- Why Java Is Slow?
- What Are The All Differences Between Java And .net?
- What Are The Heavyweight & Lightweight Components In Java?& Their Differences!
- IS GlassFish And Sun Java Application Server The Same Server? If Not What Are The Differences?
- What Are The Main Drivers In Java?
- How Can I Change The Main Method Name In My Java Program?
- Why Cant I Create An Object For Main Method In Java?
- Why Do We Use (String[] Arg) In Main Function In Java?
- Why Do We Use (main())function In Java? Why Not Static Block Function?
- How Do I Write A Java Program Without The Main Method?
- Does Every Java Program Include A Java Main Method?
- Can A Java Program Run Without A Main Method?
- Why We Use Public Static Void Main In Java?
- Can A Java Program Has Multiple Main Classes?
- Can We Change The Syntax For Main Method In Java\?

New Comment - Comments are editable for 5 min.