Which HTML tag will create the graphical line that you want on your Web page?
You want to create a horizontal line on your Web page as a graphical division element. You want
the line to extend across half of the screen’s width, and you want the line to start at the left margin.
You also want the line to be very thick. Which HTML tag will create the graphical line that you want
on your Web page?
What is the result of executing this program code?
Consider the following program code:
%hash = (small => 8oz,
medium => 16oz, large => 32oz);
@keys = sort(keys(%hash));
for ($i = 0; $i < 3; $i++) {
print($hash{$keys[$i]}\n);
}
What is the result of executing this program code?
Which one of the following choices describes an example of multithreading?
Which one of the following choices describes an example of multithreading?
which protocol employs all three?
Given the three broad types of cryptography, which protocol employs all three?
which these activities occur during a typical interaction between a client and an enterprise bean?
Consider the following four activities that occur during a typical interaction between a client and an
enterprise bean:
1 The EJB object returns values to the client.
2.JNDI is used to access environment properties.
3.The client calls an EJB business method.
4.The EJB object acts as an intermediary object.
Which choice lists the correct order in which these activities occur during a typical interaction
between a client and an enterprise bean?
what mode will the file be opened?
Mario uses the following PHP function to open his text file:
($file 1 = fopen(“MarioDATA.txt”, “r”));
In what mode will the file be opened?
How can he establish consistency for the structure and layout of all the pages, but leave decisions about the
George is developing an intranet site for his company. How can he establish consistency for the
structure and layout of all the pages, but leave decisions about the content of each page to the
individual departments?
Which database security technique prevents invalid data from being entered into the database?
Which database security technique prevents invalid data from being entered into the database?
_________ refers to the fact that some objects cannot be used or referenced without referring to the parent ob
_________ refers to the fact that some objects cannot be used or referenced without referring to
the parent object.
What must Paul configure in order to add a VAT automatically to the total cost of a purchase?
Paul conducts business in a country that levies a value-added tax (VAT) on all goods purchased
within its borders. What must Paul configure in order to add a VAT automatically to the total cost of
a purchase?