ARP
manual assignment
DHCPv6
auto-configured based on the 48-bit MAC address
auto-generated pseudo-random number
第1题:
Which of the following is a valid method for defining a seed metric?(Choose all that apply.)()
第2题:
10. class Foo { 11. static void alpha() { /* more code here */ } 12. void beta() { /* more code here */ } 13. } Which two are true?()
第3题:
Which option is not a valid method to assign the lowest-order 64-bit field of an IPv6 unicast address?()
第4题:
When executing the massload command to load catalog data into a WebSphere Commerce database on a remote DB2 server,which of the following can be used as valid values for the -method command line parameter?()
第5题:
A developer wants too use EL to invoke a function using S{my:bloof(“foof”)}. Which is always true?()
第6题:
The method invoked by this function must be statie.
The function class must implement the Function interface.
The expression is NOT a valid EL expression for invoking a function.
The function must be declared in a web.xml file using the
The function class must have a method with the signature:Void bloof (java.lang.Strings)
第7题:
native public void setTemperature(int kelvin);
private native void setTemperature(int kelvin);
protected int native getTemperature();
public abstract native void setTemperature(int kelvin);
native int setTemperature(int kelvin) {}
第8题:
192.0.2.0
192.0.2.255
192.0.3.255
192.0.4.0
第9题:
packet loss
packet size
CRC
TCP port
第10题:
tunnel source
tunnel destination
tunnel key
ip address
tunnelvrf
第11题:
Foo.beta() is a valid invocation of beta().
Foo.alpha() is a valid invocation of alpha().
Method beta() can directly call method alpha().
Method alpha() can directly call method beta().
第12题:
It can be invoked only from the doGet or doPost methods.
It can be used independently of the getRemoteUser method.
Can return true even when its argument is NOT defined as a valid role name in the deployment descriptor.
Using the isUserInRole method overrides any declarative authentication related to the method in which it is invoked.
第13题:
Which modifiers and return types would be valid in the declaration of a working main() method for a Java standalone application?()
第14题:
Given: 6.
第15题:
Which of the following statements about authentication responses and conditions is true?()(Choose two.)
第16题:
Which methods from the String and StringBuffer classes modify the object on which they are called?()
第17题:
Which two statements are true about using the isUserInRole method to implement security in a Java EEapplication?()
第18题:
The do Start Tag method is called once.
The do After Body method is NOT called.
The EVAL_Page constant is a valid return value for the do End Tag Method.
the EVAL_BODY_BUFFERED constant is a valid return value for the do Start Tag method.
第19题:
private
final
static
int
abstract
第20题:
public int method1(int a, int b) { return 0; }
private int method1(int a, int b) { return 0; }
private int method1(int a, long b) { return 0; }
public short method1(int a, int b) { return 0: }
static protected int method1(int a, int b) { return 0; }
第21题:
create
import
load
sqlimport
update
第22题:
192.168.5.55
192.168.5.47
192.168.5.40
192.168.5.32
192.168.5.14
第23题:
ARP
manual assignment
DHCPv6
auto-configured based on the 48-bit MAC address
auto-generated pseudo-random number
第24题:
The doStartTag method is called once.
The doAfterBody method is NOT called.
The EVAL_PAGE constant is a valid return value for the doEndTag method.
The SKIP_PAGE constant is a valid return value for the doStartTag method.
The EVAL_BODY_BUFFERED constant is a valid return value for the doStartTag method.