#1
20th August 2012, 09:00 PM
|
|||
|
|||
What is the difference between C, C++ and JAVA?
difference b/w c,c++ and java....please provide to me the differnece
|
#2
21st August 2012, 01:37 PM
|
|||
|
|||
Re: What is the difference between C, C++ and JAVA?
Quote:
Books for C , C++ and Java :- The C Programming Language by Brian W. Kernighan, Dennis M. Ritchie Programming In ANSI C by E Balagurusamy Interview Questions In C Programming by Yashavant Kanetkar, Asang Dani Object Oriented Programming With C++ by E Balaguruswamy Object Oriented Programming in C++ by Robert Lafore Interview Questions in C & C++ Programming by Kanetkar Java: The Complete Reference by Herbert Schildt Programming With Java: A Primer, by Balagurusamy E Data Structures & Algorithms in Java by Robert Lafore Cracking the C, C++ and Java Interview by S G Ganesh |
#3
21st August 2012, 01:58 PM
|
|||
|
|||
Re: What is the difference between C, C++ and JAVA?
C
IT IS MODULAR,STRUCTURAL AND FAST COMPUTING LANGUAGE its start using functions C++ it is object oriented language with main feature like use of class and objects JAVA java is platform independent oop language, which is used mainly for web and other application coding |
#4
21st August 2012, 03:18 PM
|
|||
|
|||
Re: What is the difference between C, C++ and JAVA?
One can see the difference between C, C++ and JAVA as under-
1. C is procedure-oriented programming language & C++, Java are object oriented programming languages. 2. C gives more importance to the procedure and less to the data but, where as c++ & java give more importance to the data . 3. Java is a combination of C and C++. But most of C++ features are added in the Java. The main advantage of java is it supports Web Application. It is robust,distributing and secured language in which C & C++ does not support. And even Java support in Networking where as it is not possible in C or C++. |
#5
21st August 2012, 07:25 PM
|
|||
|
|||
Re: What is the difference between C, C++ and JAVA?
Hai,
I Have attached the difference between C, C++ and JAVA in table format The Differences Between Java, C And C++: This article aims to set out some of the differences between C, C++ and Java. What it does not aim to do is conclude that one language is always the best one to use. Language choice depends upon a range of factors including field of application (operating systems, desktop software, web applications etc), what programming paradigm suits the application (OOP, procedural, etc), the target platform and available programmer expertise. What follows should help you decide where it might be suitable to use C, C++ or Java. Hope this will be useful........ |
#7
18th November 2012, 12:12 AM
|
|||
|
|||
Re: What is the difference between C, C++ and JAVA?
C deals basics like loops,files,programming basics etc
C++ deals with C in a OOPs(object orient programming) manner. Java is next level to C++ with advanced data structures and advanced programming. |
|