0

web technology Online Quiz - 57

Description: web technology Online Quiz - 57
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

HTML documents are structured into two parts.

  1. BODY & TAIL

  2. HEAD & TAIL

  3. HEAD & BODY

  4. FIRST & BODY


Correct Option: C
  1. Script pages

  2. Web pages

  3. Application pages

  4. HTML pages


Correct Option: B

HTML colors are defined using a notation,

  1. colour

  2. hexadecimal

  3. decimal

  4. number


Correct Option: B

HTML we use today was developed from the prototype written by

  1. Ben lee

  2. Paul werk

  3. John versky

  4. Tim Berners-Lee


Correct Option: D
  1. Create a JVM for applets

  2. Extending a web server by providing dynamic web content.

  3. Storing information in applets.

  4. Loading buttons and menus.


Correct Option: B
  1. Java programming is derived from C++

  2. The Java Virtual Machine(JVM) interprets the program for the native operating system

  3. The compiler is identical to a C++ compiler

  4. The APIs do all the work


Correct Option: B

When a program class implements an interface, it must provide behavior for

  1. Two methods defined in that interface

  2. Only certain methods in an interface

  3. Any methods in a class

  4. All methods defined in that interface


Correct Option: D
  1. main method

  2. start method

  3. init method

  4. paint method


Correct Option: C

"ls .." would list?

  1. List Contents of Current Working Directory.

  2. List Contents of Parent Directory.

  3. Display an Error.

  4. Display properties of file ..


Correct Option: B
  1. view

  2. controller

  3. Model

  4. 1 & 2

  5. 2 & 3


Correct Option: B

which object holds the data that can be shared by all users ?

  1. request

  2. page

  3. application

  4. session

  5. session store


Correct Option: C

Is the object referenced by a CompoundPropertyModel should be Serializable?

  1. True

  2. False


Correct Option: B
- Hide questions