for what purpose we use applets ?
Answers were Sorted based on User's Feedback
Answer / sri
For GUI interface between the user and browser, and
browser fields can make easy with the APPLETS.
Is This Answer Correct ? | 16 Yes | 3 No |
Answer / rajashree
Provides the classes necessary to create an applet and the
classes an applet uses to communicate with its applet
context.
Is This Answer Correct ? | 6 Yes | 6 No |
Answer / aftab ahmad
applet are always best for user while using java language.to facilitate the user from browser ,we use applet.applet is used on browser.there is no need to write main function while using applet.
Is This Answer Correct ? | 1 Yes | 4 No |
What are the differences between throw and throws?
what is meant by Byte code concept in Java?
Define "Access specifiers" in java.
What are the different types of data structures in java?
What is java literals?
What is regex in java?
Why transient variables wont participate in serialization?
When to use runnable interface vs thread class in java?
what is the main differene between synchronize() method and Synchronize{}block?
String Reverse in Java...!
How will you reverse a singly-link list?
0 Answers Akamai Technologies,
Is it possible to write static method in abstract class? justyfy your answer?