Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7846679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:39:48+00:00 2026-06-02T17:39:48+00:00

package javaapplication3; import java.applet.Applet; import java.awt.*; /*<applet code=NewApplet width=3000 height=80> <param name=fontName value=Courrier></applet>*/ public

  • 0
package javaapplication3;

import java.applet.Applet;
import java.awt.*;

/*<applet code="NewApplet" width="3000" height="80">
<param name="fontName" value="Courrier"></applet>*/
public class NewApplet extends Applet{
    int c,d;

    public void start(){
      c=9;d=8;
    }

    public void paint(Graphics g)
    {
      g.drawString("Muliplication"+c*d,0,10);
    }
}

I have read many advantages/disadvantages of Java applet in many sites, but still I want to know some things:

  1. Is it necessary for a user to have JDK and JRE installed on his/her system to run applet on web browser?
  2. Will this program makes the browser to download these two packages (java.applet.Applet,java.awt.*)?
  3. Is using Applet good or bad?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T17:39:50+00:00Added an answer on June 2, 2026 at 5:39 pm
    1. Only the JRE
    2. No, they are included in the JRE
    3. Bad, Java applets aren’t a recommended web technology anymore and probably many of your users will not see them properly. Java applets should be reserved for some special applications and probably Intranet only.

    Most stuff that was done in Java applets can now be written “Web 2.0-style” with HTML5, Javascript, Ajax etc. without requiring any plug-ins.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

package test; import java.awt.*; import java.awt.event.*; import java.awt.geom.Ellipse2D; import java.awt.image.BufferedImage; import javax.swing.*; public class
package loan; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class loan extends JApplet {
package javaapplication1; import java.io.*; public class Main { /** * @param args the command
Why is the label not displaying? package javaapplication4; import java.awt.Color; import java.awt.Container; import java.awt.FlowLayout;
package GC; import java.util.Scanner; public class main { public static void main(String args[]) {
package com.crumbin.tabs; //java package import java.io.IOException; import java.util.ArrayList; import org.json.JSONException; import android.app.Activity; import android.app.AlertDialog;
package com.crumbin.tabs; import java.util.ArrayList; import java.util.HashMap; import org.apache.http.client.HttpClient; import android.content.Context; import android.database.Cursor; import android.location.Location;
package javaapplication1; import java.io.*; /** * * @author simon */ public class Main {
package mp1similar; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.StringTokenizer;
package mp1similar; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.StringTokenizer;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.