Game

Game

University

5 Qs

quiz-placeholder

Similar activities

The Basics of Leadership

The Basics of Leadership

University

10 Qs

Postpaid Day 4

Postpaid Day 4

KG - University

10 Qs

Chap 10 F1

Chap 10 F1

University

10 Qs

Catalyst Characterization: Physical Techniques

Catalyst Characterization: Physical Techniques

University

10 Qs

Java Quiz

Java Quiz

University

10 Qs

Income Taxation- GROUP 6 BSBA FM 2-7s

Income Taxation- GROUP 6 BSBA FM 2-7s

University

10 Qs

Poliquistosis renal

Poliquistosis renal

University

8 Qs

Mastering Python Data Structures

Mastering Python Data Structures

University

10 Qs

Game

Game

Assessment

Quiz

Other

University

Easy

Created by

Duy Nguyễn Minh

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which scripting element lets you define methods or fields that get inserted into the main body of the servlet class (outside of the _jspService method that is called by service to process the request)? Select one:

a. expression

b. scriptlet

b. scriptlet

d. declaration

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML stands for...

Hyperlinks and Text Markup Language

Home Tool Markup Language

Hyper Text Markup Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The <span> <a> <img> tag is an html tag with what default display attribute?

Inline

Inline-Block

Block

all 3 answers are correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All the remote methods declared should be qualified to throw the exception ___________ Select one:

a. java.rmi.RemoteException

b. java.rmi.ServerRuntimeException

c. java.rmi.MarshalException

d. java.rmi.RMIException

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sets the frame to 300 pixels wide by 200 high?

A. frm.setSize( 300, 200 );

B. frm.setSize( 200, 300 );

C. frm.paint( 300, 200 );

D. frm.setVisible( 300, 200 );