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
How many bits is a 64 bit byte?
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is method overloading and method overriding?
Explain covariant method overriding in java.
How objects are stored in java?
How do you find the maximum number from an array without comparing and sorting?
What are the actions that can occur when a thread enters blocked state?
Explain about anonymous inner classes ?
What about main() method in java ?
What is bytecode in java ?
What interface is extended by awt event listeners?
Write a java program to generate fibonacci series ?
What does singleton class mean?
What are the methods available in a class?
Can we synchronize static methods in java?