Filters
Question type

Study Flashcards

Adding the services of one stream to another is known as


A) chaining.
B) wrapping.
C) adding.
D) sequencing.

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Which of the following statements is not equivalent to File name = new File( "c:\\books\\2009\\files.txt" ) ; Assume we are currently in the directory c:\books.


A) File name = new File( "c:\\books\\2009","files.txt" ) ;
B) File name = new File( "files.txt" ) ;
C) File name = new File( "2009","files.txt" ) ;
D) All of the above are equivalent to the statement in the question.

E) A) and B)
F) C) and D)

Correct Answer

verifed

verified

Showing 21 - 22 of 22

Related Exams

Show Answer