What is the different between Applet and Application?

Answer Posted / vinay chowdary

Applet is a kind of componet which provide easy way of
sharing,meaning applet can be downloaded from any remote
machine and can uploaded to any remote location .and it can
be invoked locally,or it can be invoked from remote machine
through your browser.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is object-oriented programming? Webopedia definition

717


What causes polymorphism?

569


Why is there no multiple inheritance?

565


Why do we use encapsulation in oops?

518


What does no cap mean?

590






What is overriding vs overloading?

580


Plese get me a perfect C++ program for railway/airway reservation with all details.

3427


What is the highest level of cohesion?

575


What is polymorphism explain its types?

674


What is a class and object?

595


is there any choice in opting subjects like 4 out of 7

1727


What is overloading and its types?

612


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.

2569


What is oops and why we use oops?

569


Explain virtual inheritance?

680