See related links, below.
Yes!Visual Java plus plus and Java Builder is different from the Java language?
No. Java takes some ideas from C++, so there are certain similarities, especially in the basic syntax. But it is a different language.
No extern keyword in Java.
Java is the complete object oriented Programming Language as every thing in java is an object,
As we know that java is a plateform independent language and the main advantage of java is that it can support to any operating system and can be executed to any machines without any modifications.Due to the use of class in java it has become more easier to understand the program compared to c plus plus.Hence,java is portable than c plus plus
Yes!Visual Java plus plus and Java Builder is different from the Java language?
Every languages are different, a C++ compiler cannot compile a Java source.
It is a different tool with difference strengths and weaknesses.
No. Java takes some ideas from C++, so there are certain similarities, especially in the basic syntax. But it is a different language.
Java
Java is considerably easier than C++.
Java doesn't have pointers. C++ has pointers.
No extern keyword in Java.
Java is the complete object oriented Programming Language as every thing in java is an object,
As we know that java is a plateform independent language and the main advantage of java is that it can support to any operating system and can be executed to any machines without any modifications.Due to the use of class in java it has become more easier to understand the program compared to c plus plus.Hence,java is portable than c plus plus
yes to over load plus in java by using arthamatic operation we can perform it
Java was created to build a system that was binary code portable across different platforms. The only thing needed was a different run-time, i.e. the virtual machine.In a compiled environment, such as C++, it is necessary to recompile and relink a program before being able to run it on a different platform.