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
What is the difference between Java1.4 and Java1.5
What about instanceof operator in java?
What is the access scope of a protected method?
What is bigger kb or mb?
How do you declare a variable?
What is style and indentation?
What does || mean in vectors?
Where are variables stored?
What are the kinds of polymorphism?
What is the common usage of serialization? What exceptions occur during serialization?
When is update method called?
Write a program to check for a prime number in java?
What is the string function?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is instance synchronization?