KnowledgeBoat Logo
|

Computer Applications

Applet programming is a feature of which language:

  1. C
  2. C++
  3. Java
  4. BASIC

Java Intro

13 Likes

Answer

Java

Reason — Applets are a special kind of Java program that runs on a Java-enabled browser. Basically, they are small Java applications that can be stored on an internet server, transported over the internet, and executed automatically as part of a web document.

Answered By

5 Likes


Related Questions