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 type of language is java?

0 Answers  


Why do we need data structure in java?

0 Answers  


what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?

2 Answers   Satyam,


What is n in java?

0 Answers  


What is the use of runnable interface?

0 Answers  


What is %d in printf?

0 Answers  


What are advantages of using Java?s layout managers than windowing systems?

0 Answers  


What is an accessor?

1 Answers   BirlaSoft,


How many methods does cloneable interface contains?

6 Answers  


What is a class instance variable?

0 Answers   Tech Mahindra,


What does it mean that a class or member is final?

0 Answers  


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

0 Answers  


Categories