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 |
Do you know how to reverse string in java?
What is the order of method invocation in an Applet?
What is the difference between superclass and subclass?
What is the difference between Trusted and Untrusted Applet ?
what are synchronized methods and synchronized statements? : Java thread
What is class and its types?
How do you calculate roots in java?
How does enum work in java?
Similarity and difference between static block and static method ?
There are 100 keys and values in HashMap.how to get the keys and values?
What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
what is session facade ?