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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again

2356


Difference between debugging, running, executing of an application

3487


Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.

2366


Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

1957


Difference between delegates and Events?

1714






how do find the user exit for selected feild whatis the process and can u plz explain it

1727


what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!

2903


what is log files in qtp what is use

1597


Outline the two important features of a terminating recursion. Any ideas?

1688


Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.

593


i am exeprienced person what is selection process

1132


1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?

1920


Write a program to show polymorphism.

701


how to check single or double byte in struts

1565


HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??

1789