What is the difference between C++ & Java?
Answer Posted / muna nayak
java is platform independs but c++ is not.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a finally block?
What are predefined functions?
how to deploy apache tomcat server to weblogic server in java
Difference between serialization and deserialization in java?
What is a parameter in a function?
Can a method be static?
What is java util concurrentmodificationexception?
What is the purpose of using the java bean?
What is abstraction in java?
What happens to a static var that is defined within a method of a class?
What does a boolean method return?
Why should I use abstract class?
How do you differentiate abstract class from interface?
Difference between class#getinstance() and new operator ?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread