difference between java ,c#&java,c++

Answers were Sorted based on User's Feedback



difference between java ,c#&java,c++..

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

difference between java ,c#&java,c++..

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

difference between java ,c#&java,c++..

Answer / suresh

Main difference is java is platform independ but
c++,c# are platform dependent

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

what difference between throw and throws in exception handling.

5 Answers  


Can we define a package statement after the import statement in java?

0 Answers  


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

0 Answers  


what is an object class?Explain its methods?

6 Answers  


What is procedure overloading?

0 Answers  


Explain Connection Pooling?

3 Answers  


What classes of exceptions may be caught by a catch clause in java programming?

0 Answers  


What is mnemonic code?

0 Answers  


What is the use of using enum to declare a constant?

0 Answers   Fidelity,


Tell us something about different types of casting?

0 Answers  


How many types of threads are there in java?

0 Answers  


What are the advantages of the model over the event- inheritance model?

1 Answers  


Categories