What is the difference between C++ & Java?
Answer Posted / dimple kaushal
the difference between java & c++ is:-
java support multithreading but c++ does't support this. .
destructor is omited in java. . .
java not use the header files. .
java not use poiters,goto statement. .
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the declaration statement?
Can inner class be public in java?
Can a class be a super class and a sub-class at the same time? Give example.
How do you ensure that n threads can access n resources without deadlock?
Does constructor return any value?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Can constructor be static or final?
What is stored procedure. How do you create stored procedure ?
What are the supported platforms by java programming language?
What loop means?
What is the use of volatile in java?
Difference between nested and inner classes ?
What are synchronized methods and synchronized statements in java programming?
How to sort an array from smallest to largest java?
What is a flag value?