What is the difference between C++ & Java?
Answer Posted / kishan
Can u show me any c++ program which is developed without
class or object?
| Is This Answer Correct ? | 17 Yes | 11 No |
Post New Answer View All Answers
What is meant by nested loop?
Why does java does not support multiple inheritance? Explain
Why there is no call by reference 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
Where import statement is used in a java program?
What is parameter example?
Do we need to manually write Copy Constructor?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Is 0 true or false?
What is * argv?
How to compare strings in java?
What is thread pool in java with example?
Why doesn't the java library use a randomized version of quicksort?
What data type is a string?
What is the different between get and post?