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 difference between throw and throws in exception handling.
Can we define a package statement after the import statement in java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
what is an object class?Explain its methods?
What is procedure overloading?
Explain Connection Pooling?
What classes of exceptions may be caught by a catch clause in java programming?
What is mnemonic code?
What is the use of using enum to declare a constant?
Tell us something about different types of casting?
How many types of threads are there in java?
What are the advantages of the model over the event- inheritance model?