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 method and methodology?
What if I write static public void instead of public static void in java?
What is arrays sort in java?
How many types of constructors are used in java?
Can an arraylist be empty?
Explain the transient field modifier?
why would you use a synchronized block vs. Synchronized method? : Java thread
What do you mean by byte code?
Explain wait() method of object class ?
Can we use this () and super () in a method?
What is the significance of continue jump statement? Explain with an example.
How is tree Mirroring implemented?
What is the latest version of java?
What is the use of bufferedreader?
Can an object be null?