Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference b/w coldfusion MX 6 and Coldfusion
MX 7?



what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?..

Answer / 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

More CGI Perl Interview Questions

What does the command "use strict" do and why should you use it?

2 Answers   Symphony, TCS,


What interface used in PERL to connect to database? How do you connect to database in Perl?

0 Answers  


Explain arrays in perl.

0 Answers  


How many data types are there in perl?

0 Answers  


There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"

0 Answers   Cisco, Oracle,


while(my($key, $value) = each(%hash) ) { print "$key => $value\n"; } my($key, $value); while(($key, $value) = each(%hash) ) { print "$key => $value\n"; } What is the different between these two code in case of "my" usage ?

1 Answers  


How to deleting an existing file in perl programming?

0 Answers  


How do you find the length of an array?

0 Answers  


Which operator in perl is used for the concatenation of two strings?

0 Answers  


What are scalars in perl?

0 Answers  


how to connect cisco switch uisng perl script

0 Answers   ABC,


We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?

0 Answers   AppLabs,


Categories