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 |
How do you create a bulleted list?
What is the full meaning of java?
What are memory tables?
is java support call by reference and call by value, if supports please explain?
What is a text string?
Explain about complier design(phases)
0 Answers Aditi Placement Service,
Can we serialize arraylist in java?
What is 'finally' method in Exceptions?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Can we have multiple public classes in a java source file?
How does linkedhashmap work in java?
What is :: operator in java 8?