what is difference between c++ language and java language
Answers were Sorted based on User's Feedback
Answer / selva kumar.r
In C++ we can use Inheritance.
there are various types of inheritance in c++
they are
* Simple / Single
* Multilevel
* Hierarchical
* Multiple
* Hybrid
Wheares in Java instead of Inheritance, we can use Interface
This is the major and main difference between C++ and
Java.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / aakash
java codes looks very similar to that of c++,but there are
many differences.
1.java has no preprocessor or header files.
2.java has no global variables.
3.java has automatic garbage collection.
4.java has no pointers.
5.java has no goto statements.
6.java has no multiple inheritance,java use interfaces instead.
7.java has no destructor.
8.java has strict lenghs for primitive types.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sakthi
C++ is partial object oriented language. we can able to
write program with out class.
Java is pure object oriented language. we can't able to
write program with out class.
java does not support pointer and multiple inheritance
concept. instead of multiple inheritance we are using
interface concept in java.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mca_manju
java is a pure object oriented language in a way that, all
the objects are dynamically created, plus whole programming
is done inside classes.whereas nothing as such is mandatory
in c++ programming.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srinivas reddy
both are oop languages.But we can efficiently programming with java because it is having more features like servlets,applets,
event handling.And also java is used in internet applications.
Is This Answer Correct ? | 3 Yes | 5 No |
string is a class or data type in java?
What is multiple inheritance? Give Example
ambiguity regulation of multiple inheritance with example.
can you give the dynamic polymorphism types?
Write a program in c++ to read two floating point numbers and find their sum and average.
What is Agile methodology?
20 Answers ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,
which is best institute to learn c,c++ in ameerpet hyderabad
What is this interview room ? Is it a class or an object.
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
what is main difference between object oriented object base
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is Hashing and how is it done? Pictorial form?