Which one of the following status code indicates a duplicate insertion of a segment in IMS
II
AI
IX
AJ
Which of the following denote the type of servlet?
GenericServlet
HttpServlet
Both (A) and (B)
None of the Above
Consider the following piece of code byte x = 0; x += 1;
Results in x having the value 1.
Causes a compiler error.
Will require a cast (byte) before 1.
Will give syntax error.
What is the base type of the array given below? Color[] example = new Color[20];
Color
example
No base type
Protocols supported by WCF
TCP
Http
MSMQ
All of the Above
You are creating a method which returns a type that is compatible with the Foreach statement. Which criteria should the method meet?
The method must return a type of either IEnumerator or Ienumerable
The method must return a type of IComparable
The method must explicitly contain a collection
A and B
Which of the following setting deny anonymous access to a Web application?
A.
B.
C. < deny users=”*”/>
D.
What is the initial contact point for handling a web request in a Page-Centric architecture?
JSP Page
Java bean
Servlet
Session manager
Which one of the following function cannot be used with IMS database CALLs?
GHU
DELT
ISRT
CHNG
What is the maximum no. of PCBs that can be defined in a PSB?
255
1000
256
15