What is the main difference between C++ and Java

Answer Posted / fara

java has application programme and applet programme. c++ is not like that

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what type of question are asked in thoughtworks pair programming round ?

1982


What is encapsulation and abstraction? How are they implemented in C++?

875


How does polymorphism work?

892


What is an example of genetic polymorphism?

892


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2847


Is abstract thinking intelligence?

810


What is object in oops?

839


what type of questions

1916


What is coupling in oops?

845


Can we override main method?

859


What does I oop mean?

857


What do you mean by Encapsulation?

834


any one please tell me the purpose of operator overloading

2182


What is abstraction example?

854


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

2173