ATL Server interview questions and
answers
ATL Server is developed by Microsoft for developing web based
applications. ATL Server is a library of C++ classes that allow
developers to build internet based
applications......................
The Web server receives requests from the client and passes them
on to the ISAPI extension DLL when the request is for a file
extension handled by that DLL.......................
It provides the functionality required to build large scale
internet sites like:
SOAP messaging caching facilities threading
facilities......................
SRF files contain HTML and script tags denoted by the {{ opening
and }} closing braces.
A single SRF file may call code from a number of application
DLLs and a single application DLL may serve a number of SRF
files.......................
A
single SRF file may call code from a number of application DLLs and
a single application DLL may serve a number of SRF
files.......................
There can be many Web application DLLs in a
virtual directory which can provide one or more named request
handlers.
They have the functionality for handling requests and generating
responses.
They expose request handlers that communicate with the ISAPI
extension DLL.......................
A stencil is any text file that contains special tags understood
by CStencil Class (used to parse a stencil and generate a text
stream by replacing elements found within the stencil by output
generated........................
Also read
Fundamental differences between long-running
and short-running processes, how to model state, and demonstrate how
to build a long-running process, how to compile short-running BPEL
processes to improve the execution speed of a burst...........
Answer: Private Constructors can't
be access from any derived classes neither from another class......
Answer: To add any primitive to a collection, you need to
explicitly box (or cast) it into an appropriate wrapper
class.....
Answer: The Externizable interface extends the
serializable interface......
Answer: When serializable interface is declared,
the compiler knows that the object has to be handled..........
|