Java Applet

Java Applet

University

5 Qs

quiz-placeholder

Similar activities

Unscramble in Logical Order

Unscramble in Logical Order

University

10 Qs

Chapter 8 : Database Security

Chapter 8 : Database Security

University

10 Qs

Quiz on Servlet and JDBC

Quiz on Servlet and JDBC

University

10 Qs

Applet Java

Applet Java

University

10 Qs

Apply level Quiz on AWT

Apply level Quiz on AWT

University

7 Qs

3. Section 5: Application Lifecycle Management (21-28)

3. Section 5: Application Lifecycle Management (21-28)

University

9 Qs

Lenguajes Ultima Gen C1

Lenguajes Ultima Gen C1

University

10 Qs

OSI Model - Transport Layer

OSI Model - Transport Layer

9th Grade - Professional Development

10 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()