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 |
Difference between Application and Applet ?
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
Where is core java used?
Why is stringbuffer called mutable?
I dont want to use serialzable in java is there any another concept so plz tell me
What are the advantages of java over C++?
What is Recursion Function?
what is difference between throw and throws in exception?
Can we have any code between try and finally blocks?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
while creating thread why we extend thread class
What do you understand by soft reference?