0

web technology Online Quiz - 206

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

The class created from the JSP is known as

  1. JSP Implementation class file

  2. JSP page Implementation class

  3. JSP file Implementation class

  4. JSP class Implementation file


Correct Option: A

Initialization parameters are used by an application developer to convey

  1. Client information

  2. Server information

  3. Container information

  4. Setup information


Correct Option: B

Which of the following defines the method for the client to create, remove, and find EJB objects of the same type

  1. Remote Interface

  2. Bean Interface

  3. Home Interface

  4. Bean Class


Correct Option: C

What are the contents of a web container

  1. JSP files,Class files for servlets

  2. GIF and HTML files

  3. Deployment Descriptor

  4. All of above


Correct Option: D

In MVC-2 architecture, which is used to implement the business logic in an application

  1. Model

  2. View

  3. Controller

  4. Any of above


Correct Option: A

Name the http method used to send resources to the server

  1. FTP method

  2. PUT method

  3. WRITE method

  4. COPY method


Correct Option: B
  1. Codes starting from 200

  2. Codes starting from 300

  3. Codes starting from 400

  4. Codes starting from 500


Correct Option: C
Explanation:

To answer this question, the user needs to know about HTTP status codes and their meanings.

HTTP status codes are three-digit numbers that represent the response status of a request made by a client to a server. The first digit of the status code defines the class of response, while the last two digits do not have any categorization role.

The status codes starting with 4xx represent an error in the request made by the client, while the status codes starting with 5xx indicate an error on the server side.

Therefore, the correct answer is:

The Answer is: C. Codes starting from 400

Name the location of compiled class files within a war file

  1. /META-INF/classes

  2. /classes

  3. /root/classes

  4. /WEB-INF/classes


Correct Option: D
  1. HttpServletRequest

  2. HttpServletResponse

  3. SessionContext

  4. SessionConfig


Correct Option: A

Which of the following is not a valid HTTP/1.1 method

  1. CONNECT method

  2. COMPARE method

  3. OPTIONS method

  4. TRACE method


Correct Option: B

WSDL stands for

  1. Web Server Description Language

  2. Web Server Descriptor Language

  3. Web Services Description Language

  4. Web Services Descriptor Language


Correct Option: C
  1. virtual methods

  2. Overloaded methods

  3. Overridden methods

  4. All the Above


Correct Option: D

Which of the following denote gateway to the database?

  1. Data links

  2. Connection objects

  3. Both A) and B)

  4. None of the Above


Correct Option: B

The execution environment for all programs in the .NET Framework is

  1. CLS

  2. RMT

  3. CLR

  4. None of the Above


Correct Option: C

Which of the following can be used to stop a thread?

  1. Thread.Interrupt()

  2. Thread.Abort()

  3. Both A) and B)

  4. None of the Above


Correct Option: C

The execution environment for all programs in the .NET Framework is

  1. CLS

  2. RMT

  3. CLR

  4. None of the Above


Correct Option: C

The execution environment for all programs in the .NET Framework is

  1. CLS

  2. RMT

  3. CLR

  4. None of the Above


Correct Option: C

If a variable is declared without specifying its type then VB.Net assumes the type of the variable as

  1. System.Diagnostics.Process

  2. System.Object class

  3. System.Drawing namespace

  4. None of the Above


Correct Option: B

Which of the following statement is FALSE?

  1. In VB.NET a child Class can Inherit from 2 Parent Classes

  2. Inheritance concept is not supported by .NET

  3. Both A) and B)

  4. None of the Above


Correct Option: C

Which of the following is supported by VB.NET?

  1. Single inheritance using classes

  2. Multiple inheritance using interfaces

  3. Both A) and B)

  4. None of the Above


Correct Option: C
- Hide questions