a) infile.read(2)
b) infile.read()
c) infile.readline()
d) infile.readlines()
Answer:
a) infile.read(2)
Explanation:
The read(2) method reads exactly 2 characters from a local file into a python object.
a) infile.read(2)
b) infile.read()
c) infile.readline()
d) infile.readlines()
a) infile.read(2)
The read(2) method reads exactly 2 characters from a local file into a python object.
a) lib b) package c) getlib d) import Answer d) import
a. When overriding a method, the names and type signatures of the override method must be the same as the virtual method that is being
a. Vector b. ln c. Response d. Request Answer: d. Request Explanation: The JSP request is an implicit object of type HttpServletRequest. It can beĀ used
a) Count=0 b) Count=10 c) Compile error d) None of the above Answer c) Compile error
Oracle Certified Tutor/Trainer with 100+ reviews