To create an InputStream to read from a file on a Web server, you use the method __________ in the URL class.
a. getInputStream();
b. obtainInputStream();
c. openStream();
d. connectStream();
c
You might also like to view...
Algorithms generate and generate_n use a(n) ____________ function to create values for every element in a range of container elements. That type of function takes no arguments and returns a value that can be placed in an element of the container.
Fill in the blank(s) with the appropriate word(s).
Determine whether the value of variable c is a printing character. Use the conditional operator to print " is a " or " is not a " when the result is displayed.
What will be an ideal response?
?Identify an expression used to apply a method to an object.
A. ?object.object(method) B. ?Object.name(method) C. ?object.method(values) D. ?Object.name(values)
Match the following terms with their descriptions:I.Access Database ExecutableII.Transitive dependencyIII.AnomalyIV.Non-key fieldV.EncryptionA.When the value of one non-key field is functionally dependent on the value of another non-key fieldB.Any field which is not a part of the primary keyC.An error or inconsistency of dataD.Limits what users can do in a databaseE.Makes a database unreadable to anyone who does not have the key
Fill in the blank(s) with the appropriate word(s).