Difference between Applet & Application?

Answer Posted / maxwell maina

Java applet is a small java program that can only be
executed from within a browser.
An application is stand alone do not need browser to run

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if an exception is throws from an object's constructor?

631


Is boolean a data type in java?

523


If system.exit (0); is written at the end of the try block, will the finally block still execute?

624


Can sleep() method causes another thread to sleep?

571


Can we overload destructor in java?

545






What is the effect of keeping a constructor private?

479


Which variable is the independent variable?

544


Can we inherit a class with private constructor?

578


When is the finally clause of a try-catch-finally statement executed?

506


How do you sort in descending order in java using collections sort?

506


What loop means?

567


Can we rethrow the same exception from catch handler?

569


Can an arraylist be empty?

568


When should I use singleton?

525


How can you handle java exceptions?

532