what is the difference between Cpp And Java
Answer Posted / syamala
in cpp pointers are used,in java pointers are not used.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Do we need to manually write Copy Constructor?
Does treeset allow null in java?
What is boolean law?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Write a code to show a static variable?
What is the differences between heap and stack memory in java? Explain
Explain listiterator and methods in listiterator?
What is java beans?
How do you do a line break in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What differences exist between iterator and listiterator?
If a method is declared as protected, where may the method be accessed?
Why do we need data structure in java?
Give few examples of final classes defined in Java API?
What is a method in programming?