A
B
C
D
第1题:
Which of the following statements is NOT true?()
第2题:
which one of the following statements would lee include in an agent to limit the documents processed by the agent to those for which the value of the type field is "action"? ()
第3题:
以下关于JavaBeans的说法中,错误的是()。
第4题:
bill has an author names field named all editors that calculates a list of possible editors of the doc based on values users has entered into another field. The list only contains users’ first and last names, and only should be displayed to users who can edit doc.Which of the following hide-when formulas should bill use to control the display of the field?()
第5题:
jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()
第6题:
public class Key { private long id1; private long 1d2; // class Key methods } A programmer is developing a class Key, that will be used as a key in a standard java.util.HashMap. Which two methods should be overridden to assure that Key works correctly as a key?()
第7题:
Final void methoda(){}
Void final methoda(){}
Static void methoda(){}
Static final void methoda(){}
Final abstract void methoda(){}
第8题:
public void setEnabled( boolean enabled) public boolean getEnabled()
public void setEnabled( boolean enabled) public void isEnabled()
public void setEnabled( boolean enabled) public boolean isEnabled()
public boolean setEnabled( boolean enabled) public boolean getEnabled()
第9题:
Create a custom sign-in page with specific instructions in the Instructions field.
Create a custom sign-in page with specific Missing Certificate messages in the Custom error messages field.
Create a custom sign-in policy with specific instructions in the Instructions field.
Create a custom sign-in notification and assign it to the Pre-Auth Sign-in Notification in the sign-in policy.
第10题:
operation of electrical equipment and generators on board ship
the earth's magnetic field affecting the ship's hard iron during construction
the horizontal component of the earth's magnetic field acting on the horizontal soft iron
the vertical component of the earth's magnetic field acting on the vertical soft iron
第11题:
public int hashCode()
public boolean equals(Key k)
public int compareTo(Object o)
public boolean equals(Object o)
public boolean compareTo(Key k)
第12题:
The open field system provided a good opportunity to experiment.
The open field system wasted land.
The open field system was wasteful of labor and time.
The open field system made livestock farming difficult.
第13题:
Which two QoS classification and marking statements are true? ()
第14题:
A JavaBeans component has the following field: 11. private boolean enabled; Which two pairs of method declarations follow the JavaBeans standard for accessing this field?()
第15题:
Which of the following is true about the MPLS header and its EXP field size?()
第16题:
hans is designing the reviews application. the application will include two forms :review and response, in the view ,the response documents do not appear under the review documents from which they were created, what could be causing this to happen .()
第17题:
A programmer is designing a class to encapsulate the information about an inventory item. A JavaBeans component is needed to do this. The Inventoryltem class has private instance variables to store the item information: 10. private int itemId; 11. private String name; 12. private String description; Which method signature follows the JavaBeans naming standards for modifying the itemld instance variable?()
第18题:
You are developing an ASP.NET Dynamic Data Web application. Boolean fields must display as Yes or No instead of as a check box. You replace the markup in the default Boolean field template with the following markup.You need to implement the code that displays Yes or No. Which method of the FieldTemplateUserControl class should you override in the BooleanField class?()
第19题:
the address field is computed
jim should have used a text popup
jim stored the field hint in the database
field hint only display when the user has not clicked in the field (field hint)
第20题:
a Frame Relay header includes a 1-bit discard eligible (DE) bit to provide the class of service (CoS)
an ATM header includes a 1-bit DE field to provide the CoS
an MPLS EXP field is inserted in the Layer 3 IP precedence field to identify the CoS
the CoS field only exists inside Ethernet frames when 802.1Q or Inter-Switch Link (ISL) trunking is used
in the IEEE 802.1p standard, three bits are used to identify the user priority bits for the CoS
in the IEEE 802.1q standard, six bits are used to identify the user priority bits for the CoS
第21题:
In a Frame Relay network, delay sensitive traffic is tagged with the discard eligible (DE) bit.
In an MPLS network, the three most significant bits of the DSCP or the IP precedence of the IP packet are copied into the MPLS EXP field.
In an MPLS network, the MPLS EXP bits are used to identify up to 16 CoS values.
The differentiated services code point (DSCP) field consists of the first three bits of the IP precedence field in the header of an IP packet.
The 802.1Q standard uses a three bit field referred to as the user priority bits (PRI) to mark packets as belonging to a specific CoS.
第22题:
@isnotmember(alleditors,@username)
@isnotmember(@name([cn]);@username)
@isnotmember(alleditors;@name([cn ];@username))
if(@isnotmember(alleditors;@name([cn];@username);@true;@false))
第23题:
The MPLS header is 2 bytes,and the EXP field is 3 bits long.
The MPLS header is 1 byte,and the EXP field is 3 bits long.
The MPLS header is 4 bytes,and the EXP field is 3 bits long.
The MPLS header is 3 bytes,and the EXP field is 3 bits long.