Trusted by millions of Kenyans
Study resources on Kenyaplex

Get ready-made curriculum aligned revision materials

Exam papers, notes, holiday assignments and topical questions – all aligned to the Kenyan curriculum.

State four differences between Java applications and Java applets programming.

State four differences between Java applications and Java applets programming.

Answers


gregory
• Application
– Trusted (i.e., has full access to system resources)
– Invoked by Java Virtual Machine (JVM, java), e.g. java HelloWorld
– Should contain a main method, i.e., public static void main(String[] args)
• Applet
– Not trusted (i.e., has limited access to system resource to prevent security
breaches)
– Invoked automatically by a java enabled web browser
– Should be a subclass of class java.applet.Applet
gregorymasila answered the question on January 24, 2018 at 17:37

Answer Attachments

Exams With Marking Schemes

Related Questions