what is difference between c++ language and java language
Answer Posted / aakash
java codes looks very similar to that of c++,but there are
many differences.
1.java has no preprocessor or header files.
2.java has no global variables.
3.java has automatic garbage collection.
4.java has no pointers.
5.java has no goto statements.
6.java has no multiple inheritance,java use interfaces instead.
7.java has no destructor.
8.java has strict lenghs for primitive types.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to improve object oriented design skills?
What is the point of polymorphism?
What is the use of oops?
What is the difference between inheritance and polymorphism?
Why is oop useful?
write a program that takes input in digits and display the result in words from 1 to 1000
What is use of overloading?
What is cohesion in oop?
What are the features of oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is polymorphism give a real life example?
What is abstraction oop?
What is the difference between a constructor and a destructor?
Where is pseudocode used?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory