What is the difference between C++ & Java?
Answer Posted / mahesh telor
c++ provides two types of comment where java provides 3
types of comment
* c++ comment is * java comment is
(1) single line comment (1) singleline comment
(2) multipleline comments (2) multipleline comments
(3) documentation comment
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
Write a java program for binary search?
What is foreach loop in java?
How do you read and print a string in java?
Is 9 a prime number?
How many types of classes are there in java?
What is java argument list?
What is the difference between yielding and sleeping?
What is use of super keyword in java?
Explain about fail safe iterators in java?
What is purpose of find feature?
What is math in java?
What is garbage collection? What is the process that is responsible for doing that in java?
What exactly is a .class file?
Can we store variables in local blocks?
What are thread local variables?