Web Services and Server-Side Technologies Quiz
Test your knowledge of web services, servlets, JSP, ASP.NET, and web application server technologies
Questions
Which server object will be used to serve the data for all the users when they login?
- Application
- Session
- Cookie
- Content
Which tags are used to represent the server side code?
- <%=>
- <=%>
- <#>
- <%%>
Which property is used to show the response in client with out waiting to load the entire page?
- Respones.expires=100
- Respones.Buffer=true
- Respones.Buffer=false
- Respones.Buffer=-1
Server.Transfer support?
- Post
- Validate
- Get
- None
An Object Repository which is currently opened by another user is locked. It is not possible to merge a locked object repository.
- True
- False
What method is used to extract a cell value from a webtable if you know row number and column number?
- CellData(Row, Column)
- TableCellData(Row, Column)
- CellDataValue(Row, Column)
- GetCellData(Row, Column)
Which interface used for event handling in echo2
- ActionEvent
- ActionListener
- ApplicationInstance
- None of the above
The Web Application Container is an extension of what?
- Web Rendering Engine
- Application Framework
- Client Engine
- Server Engine
Select the correct statement(s) among the following:
- service() method is invoked by the container once per request.
- service() method can be invoked only once.
- init() is invoked by the container only once per request.
- init() is invoked by the container only once per instance.
Select the correct statements.
- Generic Servlet is an Abstract Class and it extends Servlet Config Class
- HttpServlet is an Abstract class extending Generic Servlet Abstract Class.
- HttpServlet is an Abstract Class that extends Servlet Interface.
- Generic Servlet is an Abstract Class and it extends Servlet Config Interface
Select the implicit jsp objects from the following
- exception
- error
- out
- page
Which of following are purpose of UDDI
- Describing Web Service
- Finding Web Service
- Describing Bussiness
- Publishing Web Service
- Publishing Bussiness Card
Which Web Services API is used for sending XML documents/attachments over the Internet?
- JAXB
- JAXR
- SAAJ
- JAX-RPC
Web Service is only way to implement SOA, is this true?
- True
- False