Which of the following IDL fragments define a CORBA data structure that can be published to the naming service
Which of the following IDL fragments define a CORBA data structure that can be published to the
naming service and accessed remotely?
which character?
The name of an associative array or hash begins with which character?
Which of the following SQL statements would properly add information for a new employee?
What will the alert method display if the user lives in Tennessee?
Consider the following Code:
<script>
var state = “”;
var orderAmount = 50;
state = prompt(“Which state do you live in?”,””);
if (state.toUpperCase() == “CA”) {
alert(“Your total owed is: ” + (orderAmount * 1.0825));
} else {
alert(“Your total owed is:” + orderAmount);
}
</script>
What will the alert method display if the user lives in Tennessee?
Which of the following algorithms uses symmetric keys for encryption?
Which of the following algorithms uses symmetric keys for encryption?
Which of the following choices lists the two protocols that are used in the Internet architecture transport la
Which of the following choices lists the two protocols that are used in the Internet architecture
transport layer?
Which port does SMTP use by default?
Which port does SMTP use by default?
Which of the following is the most common solution?
An end user wants to use his e-mail client to log in to a POP3 server. Your manager wants to
protect this transaction with strong encryption. This implementation must be relatively easy, and
one that has been used by other professionals. Which of the following is the most common
solution?
Which of the following business rules can be extracted from the above requirements?
Refer to the following extract from a requirements document for an online book store:
Users need not be registered with the store to be able to search for a particular book or browse
through the store. They can also add items to the shopping cart. When they wish to check-out the
shopping cart, the application must verify if they are already registered. If so, they should be
allowed to login and continue with the check-out. If they have already purchased in the store they
should be given a default choice of shipping address. Unregistered users should be given a choice
to register with the store or continue shopping.
Which of the following business rules can be extracted from the above requirements?
What is the result of using a getProperty action tag such as <jsp:getProperty name="employee" pro
What is the result of using a getProperty action tag such as <jsp:getProperty name=”employee”
property=”lastname” /> in a JSP?