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

java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?

1 Answers   Naaptol,


Can we have multiple classes in single file ?

0 Answers  


Given a singly linked list, determine whether it contains a loop or not without using temporary space?

0 Answers   Global Logic,


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

0 Answers   Aspire, Infogain,


what's diff between struts 1.1 & 1.2

3 Answers   Wipro,






How do you remove duplicates in java?

0 Answers  


what is the difference between preemptive scheduling and time slicing? : Java thread

0 Answers  


Which one of the following suits the description of a string better: derived or primitive?

0 Answers  


Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?

0 Answers  


What are dot operator queries?

0 Answers   Atos Origin,


Write a program to solve producer consumer problem in java?

0 Answers  


Difference between ‘is-a’ and ‘has-a’ relationship in java?

0 Answers  


Categories