What is the difference between C++ & Java?
Answer Posted / k.s.mayuri
C++ platform dependent whereas java platform independend
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are voids?
Is array serializable java?
What is map and hashmap in java?
What's the purpose of using break in each case of switch statement?
what is difference between equals and ==?
Which method must be implemented by all threads?
Is it possible to override private or static method in java?
how many types of Inheritance?
Why singleton is not thread safe?
What are variable arguments or varargs?
What is java util function?
Explain the difference between static and dynamic binding in java?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is command line used for?
what state does a thread enter when it terminates its processing? : Java thread