Question:
What is an Applet? Should applets have constructors?
Answer:
Applets are small programs transferred through Internet, automatically installed and run as part of web-browser. Applets implements functionality of a client. Applet is a dynamic and interactive program that runs inside a Web page displayed by a Java-capable browser. We don’t have the concept of Constructors in Applets. Applets can be invoked either through browser or through Appletviewer utility provided by JDK. Source: CoolInterview.com
An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM). Source: CoolInterview.com
Answered by: Mahesh Bhoi | Date: 3/31/2010
| Contact Mahesh Bhoi
Applets are small programs transferred through Internet, automatically installed and run as part of web-browser. Applets implements functionality of a client. Applet is a dynamic and interactive program that runs inside a Web page displayed by a Java-capable browser. We don?t have the concept of Constructors in Applets. Applets can be invoked either through browser or through Appletviewer utility provided by JDK.
Source: CoolInterview.com
Answered by: purush | Date: 6/4/2010
| Contact purush
Applet are he small program which is written in java and run on web-browser. Applets are required java supported browser which is called by html tag <applet .. />. These are dynamic which is depend on html parameter.Applet doesn't required constructors to execute. Source: CoolInterview.com
Answered by: himanshu anandani | Date: 7/15/2010
| Contact himanshu anandani
applet are small programs that run on internet develop in jdk , these run on the java support browser , they don't need construtor for run... Source: CoolInterview.com
Answered by: VIVEK | Date: 8/24/2010
| Contact VIVEK
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|