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 is meant by oops concept in java?

0 Answers  


What does the “static” keyword mean?

0 Answers  


why applet doesn't have main? isn't possible a program with out main?

9 Answers   TCS,


What is the difference between scrollbar and scrollpane?

0 Answers  


How does access modifiers work?

1 Answers   Wipro,






Can you have an inner class inside a method and what variables can you access?

2 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


what is an objects lock and which objects have locks? : Java thread

0 Answers  


Does importing a package imports its sub-packages as well in java?

0 Answers  


what is mena by object block any what is the use of that

0 Answers   CGI,


What is anagram number?

0 Answers  


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

0 Answers   Genpact,


Categories