What is the difference between C++ & Java?
Answer Posted / u gautami
java is case sensitive.
c++ is case insensitive.
java consists of applets where c++ does not contain.
In java source program is converted into byte code,
in c++ source program is converted into machine code.
java does not support over loading & c++ supports this over
loading concept.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can an arraylist be empty?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Explain parallel processing in java8?
Explain the private field modifier?
Explain how hashmap works?
What is dynamic binding(late binding)?
What are the 8 primitive data types in java?
What are keywords and reserved words in java?
What are kinds of processors?
What are the java ide’s?
What is sizeof in java?
Can we have a method name same as class name in java?
What does this () mean in java?
What is the collections api in java programming?
What is the right data type to represent a price in java?