XML, Ajax, and Enterprise Web Technologies
Quiz covering XML markup, Ajax/SmartClient frameworks, and Java enterprise technologies used in web application development
Questions
An entity bean:
- Can be shared between multiple clients as long as the entity being shared is the same
- No interfaces required
- Must have its EJBObject interface
- Can't be shared between multiple clients
When you pass a Remote object to or from a remote method,what is really passed?
- The Remote object reference
- The Remote object’s stub
- A local copy of the remote object
- None
SmartClient provides:
- zero-install DHTML/Ajax client engine
- rich user interface components & services
- client-server databinding systems
- All Of Above
Ajax technology emaphasizes mostly on
- Synchronous Communication between Browser and server
- Asynchronous Communication between Browser and server
- Socket Connection
- None
Smartclient script executed in a secured web browser can perform
- Web-related operations
- File system Operations
- System Operations
- All Of the Above
Smartclient supports :
- Web services
- Direct Web remoting
- Javascript remote Procedure Calls
- All Of the Above
Which of the libraries are not part of Smartclient LGPL distribution
- Foundation
- Core
- Containers
- Messaging
What does XML stand for?
- eXtra Modern Link
- X-Markup Language
- eXtensible Markup Language
- Example Markup Language
There is a way of describing XML data, how?
- XML uses a description node to describe data
- XML uses XSL to describe data
- XML uses a DTD to describe the data
- None
What is the correct syntax of the declaration which defines the XML version?
- <?xml version="1.0"?>
- <xml version="1.0" />
- <?xml version="1.0" />
- <xml version="1.0" /?>
What does DTD stand for?
- Direct Type Definition
- Do The Dance
- Dynamic Type Definition
- Document Type Definition
Is this a "well formed" XML document? Tove Jani Reminder Don't forget me this weekend!
- True
- False
Is this a "well formed" XML document? Tove Jani Reminder Don't forget me this weekend!
- True
- False
XML elements cannot be empty
- True
- False
Which is not a correct name for an XML element?
- <1dollar>
- <h1>
- <Note>
- All 3 names are incorrect
XML attribute values must always be enclosed in quotes
- True
- False
What does XSL stand for?
- eXtensible Style Listing
- eXtensible Stylesheet Language
- eXtra Style Language
- eXpandable Style Language
Different message types used in BBE(JMS/SOAP)
- JMS
- SOAP
- Both A & B
- None of the above
What does JMS stands for
- Java Markup Service
- Java Message Standard
- Java Message Service
- Both B & C
What is bugzilla?
- Tool to detect defects
- Tool to manage Test cases
- Tool to generate xml
- Tool to manage defects