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 |
String Reverse in Java...!
In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?
What is the structure of java?
How do you use compareto in java?
Does unicode support all languages?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What are keyboard events?
What is the catch or declare rule for method declarations?
What is the most important feature of java? What is an interface?
What is meant by Static query and Dynamic query?
How do you define a singleton class?
How do you remove an object from an arraylist in java?