Web Technologies and Framework Fundamentals

Comprehensive quiz covering web development technologies including HTTP protocols, Java Servlets/JSP, EJB, and .NET framework concepts for building web applications

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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
Question 2 Multiple Choice (Single Answer)

Initialization parameters are used by an application developer to convey

  1. Client information
  2. Server information
  3. Container information
  4. Setup information
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

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
Question 5 Multiple Choice (Single Answer)

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
Question 6 Multiple Choice (Single Answer)

Name the http method used to send resources to the server

  1. FTP method
  2. PUT method
  3. WRITE method
  4. COPY method
Question 7 Multiple Choice (Single Answer)

Which three digit error codes represent an error in request from client

  1. Codes starting from 200
  2. Codes starting from 300
  3. Codes starting from 400
  4. Codes starting from 500
Question 8 Multiple Choice (Single Answer)

Name the location of compiled class files within a war file

  1. /META-INF/classes
  2. /classes
  3. /root/classes
  4. /WEB-INF/classes
Question 9 Multiple Choice (Single Answer)

Name the class that includes the getSession method that is used to get the HttpSession object

  1. HttpServletRequest
  2. HttpServletResponse
  3. SessionContext
  4. SessionConfig
Question 10 Multiple Choice (Single Answer)

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

  1. CONNECT method
  2. COMPARE method
  3. OPTIONS method
  4. TRACE method
Question 11 Multiple Choice (Single Answer)

WSDL stands for

  1. Web Server Description Language
  2. Web Server Descriptor Language
  3. Web Services Description Language
  4. Web Services Descriptor Language
Question 12 Multiple Choice (Single Answer)

Which of the following is used to achieve Polymorphism in VB.NET?

  1. virtual methods
  2. Overloaded methods
  3. Overridden methods
  4. All the Above
Question 13 Multiple Choice (Single Answer)

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
Question 14 Multiple Choice (Single Answer)

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

  1. CLS
  2. RMT
  3. CLR
  4. None of the Above
Question 15 Multiple Choice (Single Answer)

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
Question 16 Multiple Choice (Single Answer)

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

  1. CLS
  2. RMT
  3. CLR
  4. None of the Above
Question 17 Multiple Choice (Single Answer)

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

  1. CLS
  2. RMT
  3. CLR
  4. None of the Above
Question 18 Multiple Choice (Single Answer)

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
Question 19 Multiple Choice (Single Answer)

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
Question 20 Multiple Choice (Single Answer)

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