ColdFusion Question:
Download Questions PDF

Explain the structure of Cold fusion?

Answer:

ColdFusion is implemented on the J2EE. J2EE is a standard, it is not a programming language. J2EE is an implementation of the Java programming language, but includes a number of Application Programming Interfaces (APIs) for connecting to databases, queuing messages, connecting to registries and naming and directory services.
All of these APIs are used by coldfusion for many of its base services and other runtime services.

ColdFusion consists of following components:
► cf script
► CFML
► ColdFusion Administrator
► Verity Search Server

Download ColdFusion Interview Questions And Answers PDF

Previous QuestionNext Question
How do you call a module named “testmod.cfm” with the parameters param1=”yes” and param2=5?What is Web Server?