Which datatype cannot be converted to any other datatype
Character
Date
Integer
RAW
Which one of the transformations below does not use index and data cache
Aggregator
Lookup
Joiner
Expression
What are the types of lookup
active
passive
connected
Connected and unconnected
CObject class provides support to which of the following?
Message Processing
Serialization
Single Document Interface
Multiple Document Interface
which class is the root base class in MFC library
CCmdTarget
CObject
CDocument
CView
Functionality of CObject
RTTI
multiple document interface
diagnostic and debugging
Which of the Following message type is invalid in Message Driven Architecture?
Window messages (WM_)
Control window messages (BM_)
Dialog Box Messages( DB_)
List box messages (LB_)
The WM_DESTROY message is sent to a window just before it is destroyed.
True
False
What is the root element in hibernate.cfg.xml?
None of the above
Which of the following is true?
Every table must have a separate mapping file
Only parent table needs separate mapping fie
Only child table need separate mapping file
One mapping file can have mappings for one or more table.