What is the difference between C++ & Java?
Answer Posted / dsr
C++ java
pointers no pointers
multiple inheritance multiple inheritence with interface
platform dependent plotformindependent
| Is This Answer Correct ? | 86 Yes | 7 No |
Post New Answer View All Answers
Can we make constructors static?
What is math exp in java?
What is application system?
Explain different ways of creating a thread. Which one would you prefer and why?
Explain java coding standards for interfaces?
Can constructor be synchronized?
What is java autoboxing?
Java is pass by value or pass by reference? Explain
What does java ide mean?
What does the “final” keyword mean in front of a variable? A method? A class?
Can sleep() method causes another thread to sleep?
How do you create an array in java?
How do you reverse sort a list in java?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
Difference between ‘>>’ and ‘>>>’ operators in java?