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
Questions
The class created from the JSP is known as
- JSP Implementation class file
- JSP page Implementation class
- JSP file Implementation class
- JSP class Implementation file
Initialization parameters are used by an application developer to convey
- Client information
- Server information
- Container information
- Setup information
Which of the following defines the method for the client to create, remove, and find EJB objects of the same type
- Remote Interface
- Bean Interface
- Home Interface
- Bean Class
What are the contents of a web container
- JSP files,Class files for servlets
- GIF and HTML files
- Deployment Descriptor
- All of above
In MVC-2 architecture, which is used to implement the business logic in an application
- Model
- View
- Controller
- Any of above
Name the http method used to send resources to the server
- FTP method
- PUT method
- WRITE method
- COPY method
Which three digit error codes represent an error in request from client
- Codes starting from 200
- Codes starting from 300
- Codes starting from 400
- Codes starting from 500
Name the location of compiled class files within a war file
- /META-INF/classes
- /classes
- /root/classes
- /WEB-INF/classes
Name the class that includes the getSession method that is used to get the HttpSession object
- HttpServletRequest
- HttpServletResponse
- SessionContext
- SessionConfig
Which of the following is not a valid HTTP/1.1 method
- CONNECT method
- COMPARE method
- OPTIONS method
- TRACE method
WSDL stands for
- Web Server Description Language
- Web Server Descriptor Language
- Web Services Description Language
- Web Services Descriptor Language
Which of the following is used to achieve Polymorphism in VB.NET?
- virtual methods
- Overloaded methods
- Overridden methods
- All the Above
Which of the following denote gateway to the database?
- Data links
- Connection objects
- Both A) and B)
- None of the Above
The execution environment for all programs in the .NET Framework is
- CLS
- RMT
- CLR
- None of the Above
Which of the following can be used to stop a thread?
- Thread.Interrupt()
- Thread.Abort()
- Both A) and B)
- None of the Above
The execution environment for all programs in the .NET Framework is
- CLS
- RMT
- CLR
- None of the Above
The execution environment for all programs in the .NET Framework is
- CLS
- RMT
- CLR
- None of the Above
If a variable is declared without specifying its type then VB.Net assumes the type of the variable as
- System.Diagnostics.Process
- System.Object class
- System.Drawing namespace
- None of the Above
Which of the following statement is FALSE?
- In VB.NET a child Class can Inherit from 2 Parent Classes
- Inheritance concept is not supported by .NET
- Both A) and B)
- None of the Above
Which of the following is supported by VB.NET?
- Single inheritance using classes
- Multiple inheritance using interfaces
- Both A) and B)
- None of the Above