difference between java ,c#&java,c++

Answers were Sorted based on User's Feedback



difference between java ,c#&java,c++..

Answer / kandavel

java is thread based language but C++ is process based Language

java is pure object oriented language but C++ is Partial
object oriented language

Is This Answer Correct ?    12 Yes 5 No

difference between java ,c#&java,c++..

Answer / jagdisg prajapati

java is a pure object oriented language because all
applications are created inside the class in java. We can
not create structure in java but structure are created in c++.

Is This Answer Correct ?    7 Yes 2 No

difference between java ,c#&java,c++..

Answer / suresh

Main difference is java is platform independ but
c++,c# are platform dependent

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is the difference between Java and C++?

0 Answers   Integreon, TCS, ZS Associates,


What is Transient and volatile

10 Answers   iFlex,


What is the mapping mechanism used by java to identify IDL language?

0 Answers  


Why pointers are not used in java?

0 Answers  


Can we override constructor?

0 Answers  






What is difference between synchronize and concurrent collection in java?

0 Answers  


Is list thread safe in java?

0 Answers  


What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?

0 Answers  


if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...

10 Answers  


what is the difference between the "protected and default" modifiers?

8 Answers  


What is the declaration statement?

0 Answers  


Can a set contain duplicates?

0 Answers  


Categories