What is an Applet ?

Answers were Sorted based on User's Feedback



What is an Applet ?..

Answer / niranjanravi

An Applet is a dynamic and interactive program that runs
inside a web page enabled by a java capable browser.

Is This Answer Correct ?    1 Yes 1 No

What is an Applet ?..

Answer / sivasagar

Applet is output of a java program in a window which can
run with the help of java enabled browser.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is sorting algorithm in java?

0 Answers  


Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.

17 Answers   Hewitt,


Can we make a constructor final?

0 Answers  


Difference between operator overloading and function overloading

0 Answers   Tavant Technologies, Virtusa,


write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.

0 Answers   Axcend,






Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain

0 Answers  


What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks

2 Answers  


What are the six ways to use this keyword?

0 Answers  


How does multithreading take place on a computer with a single cpu in java programming?

0 Answers  


Relationship between an event-listener interface and an event-adapter class?

1 Answers  


What is the functionability stubs and skeletons?

0 Answers  


Is constructor inherited?

0 Answers  


Categories