Summary


Lists are an important and highly flexible ColdFusion data type. Lists are very well suited for use with HTML form fields, SQL statements, and any other data that is delimited by common characters. But lists should not be overused because they do not perform as well as more advanced data types (specifically arrays and structures).

Sample Questions

1:

Which of the following are lists? (select two)

  1. Dates

  2. Arrays

  3. Structures

  4. Strings

2:

Which of the following are valid list delimiters?

  1. ","

  2. ""

  3. "#Chr(13)##Chr(10)#"

  4. "-"

3:

How many elements are in the list "Ben Forta"?

  1. 0

  2. 1

  3. 2

  4. 3



Macromedia ColdFusion MX 7 Certified Developer Study Guide
Macromedia ColdFusion MX 7 Certified Developer Study Guide
ISBN: 0321330110
EAN: 2147483647
Year: 2004
Pages: 389
Authors: Ben Forta

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net