Java Applet

Java Applet

University

5 Qs

quiz-placeholder

Similar activities

Talent Next Java MCQ-1

Talent Next Java MCQ-1

University

10 Qs

funWithJava

funWithJava

University

10 Qs

Advanced Java Lab-week1

Advanced Java Lab-week1

University

10 Qs

OSI Model - Transport Layer

OSI Model - Transport Layer

9th Grade - Professional Development

10 Qs

Applet Java

Applet Java

University

10 Qs

Advanced Java Lab_4CSN

Advanced Java Lab_4CSN

University

10 Qs

Web Programming 1

Web Programming 1

University

10 Qs

Apply level Quiz on AWT

Apply level Quiz on AWT

University

7 Qs

Java Applet

Java Applet

Assessment

Quiz

Computers

University

Easy

Created by

Jamunadevi T

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Servlet Terminology what provides runtime environment for JavaEE (j2ee) applications. It performs many operations that are given below:

1. Life Cycle Management

2. Multithreaded support

3. Object Pooling

4. Security etc.

Server

Webserver

Container

Application Server

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Applet works at client side so less response time.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The APPLET tag is used to start an applet from both an HTML document and from an applet viewer.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What invokes immediately after the start() method and also any time the applet needs to repaint itself in the browser?

Stop()

Paint()

init()

Destroy()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is called only once during the run time of your applet?

Stop()

Paint()

init()

Destroy()