+ 1
Im totally new to JAVA... I have learnt C And C++. Is there any common link in these???
Suggestions
2 Respuestas
+ 3
Yes, it is. Java and C++ inherits a lot of language characteristics of the old C language.
Code syntax and constructs are similar, all are imperative languages. Nowadays Java and C++ have a few differences that make both languages being used with different purposes. For example C++ are usually used for game programming and Java for server side enterprise applications (only to mention one example).
EDIT: If you know C and C++ already, you are not going to have problem to learn Java.
+ 2
java manages memory for you, and you dont have separate header files.
you will probably find it easy to learn if you already know c and c++.