answersLogoWhite

0

Of course not.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Should you learn c plus plus before you start learning java?

No!!!! You do not need to learn c++ for learning java!


Is it necessary for you to learn c and c plus plus before you go for java?

No. You can learn Java first if you want. However, from a language perspective, C++ and Java are nearly identical1, and C is the predecessor of C++, so some people feel that the proper sequence is C, then C++, then Java. It is entirely up to you. ----------------------------------------------------------------------------- 1Nearly identical, that is, from a language perspective only. The environment and libraries are vastly different between C++ and Java.


Is that java useful c plus plus programming?

first learn how to ask questions


Should you learn C plus plus or Java and why?

It depends on what exactly you want to do. However, the languages are similar; there's no reason you can't learn both.


Does Visual Java plus plus and Java Builder is different from the Java language?

Yes!Visual Java plus plus and Java Builder is different from the Java language?


Why plus sign included before variable in println method of java?

Such a plus sign should not be necessary. In Java, an expression like (+x) is equivalent to (x) (with or without the quotation marks).


Why is java's portability better than c plus plus?

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


Which is more popular c plus plus or java?

Java


Which is easier 'C plus plus' or 'Java'?

Java is considerably easier than C++.


What is the difference between c plus plus and java programming?

Java doesn't have pointers. C++ has pointers.


How java use extern key word which is used in C plus plus?

No extern keyword in Java.


What language is completely object oriented c plus plus or java?

Java is the complete object oriented Programming Language as every thing in java is an object,