what is the difference b/w coldfusion MX 6 and Coldfusion
MX 7?
Answer Posted / praveen
Windows authentication introduced
thorough "cfntauthenticate" tag
cfcompile utility introduced which used for Sourceless
deployment
Administrator API: Change ColdFusion settings
programmatically, without logging into the CF Administrator.
Gateways: SMS, IM (based on Extensible Messaging and
Presence Protocol) gateways introduced
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to get back up from private character editor which is saved in the format of .udf
When do you use perl programming?
What are scalars?
You want to empty an array. How would you do that?
What are the options that can be used to avoid logic errors in perl?
What does `$result = f() .. g()' really return?
Write a program that explains the symbolic table clearly.
you are required to replace a char in a string and store the number of replacements. How would you do that?
How many ways can we express string in Perl?
What is the importance of perl warnings?
Which functions in perl allows you to include a module file. State their differences.
You want to open and read data files with perl. How would you do that?
How do you find the length of an array?
Explain the default scope of variables in perl?
Perl regular expressions are greedy" what does this mean?