What is the difference between C++ & Java?
Answer Posted / priyal rathod
Java supports only LOCAL variable where as C++ supports
LOCAL & GLOBLE variable both
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
What is treemap in java?
What is a singleton class? Give a practical example of its usage.
How do you declare an array that will hold more than 64KB of data?
Is empty list java?
Is java a digit method?
What are constructors in java?
Which is better arraylist or vector?
Can we override the private methods?
What is immutable class in java?
What happens if we don’t override run method ?
What does %d do in java?
How do you find the absolute value?
What are the different data types in java?
Can we have return statement in finally clause? What will happen?
What are the differences between Java 1.0 and Java 2.0?