what are the difference between C,C++and Java



what are the difference between C,C++and Java ..

Answer / v.krishnakumar

c language is a procedural oriented language, but c++, java
are object oridented language. java doesnot support
pointer, multiple inheritance, but c++ allow to support.
java have the facilities of database connection, but c, c++
havenot such cababilites. finally c uses malloc , calloc
for memory allocation, but c++ uses new, delete....

Is This Answer Correct ?    14 Yes 0 No

Post New Answer

More Programming Languages AllOther Interview Questions

Data structure used to impliment a menu:

0 Answers   Verifone,


why we use static with only main()class not with other class

2 Answers   TCS,


SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

0 Answers   Symphony,


Hi, I'm doing B.com 3rd year. Simultaneously I'm doing software engineering in a private institution. I would like to know whether my B.com graduation alone is enough to get me a job in the IT field or should I do some PG course not MBA... suggest me...

1 Answers  


It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?

0 Answers   Honeywell,


what is page hit in operating system?

5 Answers   TCS,


how to data grid use in data bind?

0 Answers   HCL,


how we define two jobs have same name??is it exist??

0 Answers   CTS,


What is the Difference between in memory database and physical database

0 Answers  


diffrence between oracle apps , .NET , SAP

0 Answers  


shall we execute our java programmes in jre

0 Answers  


Write a shell program to test whether a given year is leap year or not ?

0 Answers   Patni,


Categories