nerdexam
Adobe

9A0-127 · Question #72

Given the following statement: <cffile action="write" output="#cfcData#" file="#filename#/> Which value for the variable filename writes the cfcData to a file named data.txt in RAM?

The correct answer is B. ram://data.txt. See the full explanation below for the reasoning.

Question

Given the following statement:

<cffile action="write" output="#cfcData#" file="#filename#/> Which value for the variable filename writes the cfcData to a file named data.txt in RAM?

Options

  • Aram:\data.txt
  • Bram://data.txt
  • Cmemory/data.txt
  • D/ram/data.txt

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    77% (23)
  • C
    13% (4)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice