Skip to content
Related Articles
Open in App
Not now

Related Articles

UGC-NET | UGC NET CS 2015 Jun – III | Question 39

Improve Article
Save Article
Like Article
  • Last Updated : 18 Jun, 2018
Improve Article
Save Article
Like Article

Which one of the following is correct?
(A) Java applets can not be written in any programming language
(B) An applet is not a small program
(C) An applet can be run on its own
(D) Applets are embedded in another applications


Answer: (D)

Explanation:

  • Java applets can not be written in any programming language. IncorrectIt can be written in other programming language.
  • An applet is not a small program. Incorrect It is a small program.
  • An applet can be run on its own. Incorrect No applet don’t run on its own.
  • Applets are embedded in another applications. Correct. Yes applets are embedded in another application
  • For more infor mation on applet Refer:Java Applet Basics
    Option (D) is correct.


    Quiz of this Question

    My Personal Notes arrow_drop_up
    Like Article
    Save Article
    Related Articles

    Start Your Coding Journey Now!