difference between java ,c#&java,c++
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / suresh
Main difference is java is platform independ but
c++,c# are platform dependent
Is This Answer Correct ? | 2 Yes | 1 No |
What type of language is java?
Why do we need data structure in java?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
What is n in java?
What is the use of runnable interface?
What is %d in printf?
What are advantages of using Java?s layout managers than windowing systems?
What is an accessor?
How many methods does cloneable interface contains?
What is a class instance variable?
What does it mean that a class or member is final?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)