#1
2nd August 2011, 01:15 PM
|
|||
|
|||
Basic differences between programming languages C, C++ and Java?
Wat are the basic differences between Programming languages C, C++ and Java?
|
#2
13th September 2011, 06:26 PM
|
|||
|
|||
Re: Basic differences between programming languages C, C++ and Java?
[B]c language:[/B]
1.It is structured programming. 2.Follows top down approach. 3.The entire problem is divided as functions and procedures. 4.Main features are pointers,preprocessor. c++: 1.It is a object oriented programming. 2.Follows an bottom to top approach. 3.Entire problem is divided as objects. 4.It is improved version of c language. 5.Main features are pointers,class. Java: 1.It is a object orienter programming but not 100%. 2.It is a platform independent language. 3.It will not support for pointers. 4.Main features are multi threading,interfaces. |
#3
15th September 2011, 12:42 AM
|
|||
|
|||
Re: Basic differences between programming languages C, C++ and Java?
Quote:
c,c++ and java language. The first language which introduced is c language.C language is very good language.The C language is a structured language and its a top down approach.C language is a plateform dependent language.It means you cant run the execute code in any other processor,system.Its the main disadvantage of c languge. The second one is C++ language and it is the advance version of c language.C++ language is also a platform dependent language thats why we can run the executable code in other operating system.So it also have a disadvantage.C++ language is a object oriented language and also there is no use of pointers which is neccessary in c language. The next language is java language.Its the best language at present in market.Many company do their work with the help of java language.Java is a very simple.robust,Purely object oriented,portable language. Java is a plateform independent language.Java uses syntax of c language and methods of C++ language. |
#4
4th December 2011, 08:23 PM
|
|||
|
|||
Re: Basic differences between programming languages C, C++ and Java?
Difference between C and Java:
1. C is a structure oriented program. 2. Java does not support explicit pointer type. 3. Java requires that the functions with number arguments must be declared empty paranthesis and not with the void keyword in C. 4. Java does not define the type modifiers keywords auto,extern,register,signed & unsigned. Difference between C++ and Java: 1. C++ is object oriented program. 2. Java is a purely object oriented program 3. Java does not support Global variables 4. Java does not use the pointers 5. Java does not support operator overloading 6. Java does not template classes as in C++. 7. Java has replaced the destructor function with a finalize function. 8. Java does not support multiple Inheritance. Best wishes |
#17
4th March 2013, 01:59 AM
|
|||
|
|||
Re: Basic differences between programming languages C, C++ and Java?
C,C++ and Java all these are languages.
C is a middle level language because it stands in between High level languge and Low level language.Programs written in C are efficient and fast.It is used in structured programming. C++ is derived from the C language.C++ uses compile-time binding which means that the programmer must specify the specific class of an object.C++ programs are fast and efficient, qualities which helped to make C an extremely popular programming language. Java is an object oriented language built upon C and C++.It drives its syntax from C and its object oriented features are influenced by C++.It can be used to create application and applets. |
#19
7th July 2013, 09:25 PM
|
|||
|
|||
Re: Basic differences between programming languages C, C and Java?
1-java is object oriented programming language.
2-java is platform independent language. 3-java doesn't support pointer as used in c and c++. 4-java used for security,authentication,designing of web pages. 5-multithreading,interface are the main features of java. |
#25
4th February 2022, 12:10 PM
|
|||
|
|||
Re: Basic differences between programming languages C, C++ and Java?
C
The C programming language is a computer programming language that was developed to do system programming for the operating system UNIX and is an imperative programming language. ... The language itself has very few keywords, and most things are done using libraries, which are collections of code for them to be reused. C++ The programming language known as C++ (or “C-plus-plus”) is a general purpose coding language which has been used for game programming, software engineering, data structures, developing browsers, operating systems, applications, and more for over forty years. java One of the most widely used programming languages, Java is used as the server-side language for most back-end development projects, including those involving big data and Android development. Java is also commonly used for desktop computing, other mobile computing, games, and numerical computing. |
Related Topics: |
||
Thread | Replies | Last Post |
Difference between C, C++ and Java? | 71 | 8th April 2019 01:02 PM |
Major difference between C, C++ and Java? | 44 | 10th September 2015 05:09 AM |
Difference between C, C++ and JAVA? | 26 | 29th April 2013 02:44 PM |
Difference between C, C++ and Java? | 26 | 20th July 2012 12:57 PM |
Difference between C, C++ and Java? | 27 | 23rd June 2012 10:20 PM |
|