recategorized by
3,733 views

2 Answers

3 votes
3 votes
  • Java Applets can be written is many programming languages like jython, JRuby. A is wrong.
  • An applet is a small program. B is wrong
  • An applet need to be run in either appletviewer or some JVM. C is wrong
  • Applets can be embedded in another applications. D is correct


 
Answer D

 

Please refer: https://en.wikipedia.org/wiki/Java_applet

3 votes
3 votes

correct ans is D  Applets are generally built to be embedded in other applications

They are small programs mainly written in JAVA and Java applets can be written in any programming language that compiles to Java bytecode. They are usually written in Java, but other languages such as Jython,[7] JRuby,[8] Pascal,[9] Scala, or Eiffel (via SmartEiffel)[10] may be used as well. 

 A Java applet can appear in a frame of the web page, a new application window, Sun's AppletViewer, or a stand-alone tool for testing applets. Java applets were introduced in the first version of the Java language, which was released in 1995.

Answer:

Related questions

2 votes
2 votes
1 answer
1
go_editor asked Aug 1, 2016
2,049 views
The Servlet Response interface enables a servlet to formulate a response for a client using the methodvoid log(Exception e, String s)void destroy()int get ServerPort()voi...
2 votes
2 votes
1 answer
2