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 |
Can we declare a static variable inside a method?
What is the difference between super class & sub class?
What are the common uses of "this" keyword in java ?
What is an Exception ?
What is ternary operator? Give an example.
What is flush buffer?
How to add panel to a Frame?
Why scanner is used in java?
Describe what happens when an object is created in java ?
Why java is platform independent? Explain.
What are the methods available in a class?
Can we make a constructor final?