WAP, WML, and Web Framework Basics
Questions covering wireless web technologies (WAP, WML, WMLScript) and web framework concepts including tag libraries, page flow controllers, and exception handling.
Questions
Decks are constructed as a set of ______ .
- CARDS
- PAGES
- TABLES
- FORMS
WML pages only contains references to script ______ .
- URLs
- forms
- links
- pages
WML pages can be displayed in a ____ browser.
- WAP
- Web
- Mobile
- All
WMLScript is a part of the ____ specification.
- HTTP
- WAP
- JAVA
- W3c
Which of these are not WMLScript Dialogs Library Functions.
- confirm()
- alert()
- prompt()
- error()
WMLScript is not used to
- Validate user input
- View Error Messages
- Generate dialog boxes
- None
WMLScript is a _____ version of the JavaScript language.
- higher
- lighter
- stronger
- not a version of the JavaScript language
The Float library contains a set of _____ functions.
- numeric handling
- character
- string
- math
What is the WMLScript supported file extension ?
- .wmlscript
- .wmls
- .wml
- .wap
WMLScript is compiled into ________ on the server before it is sent to the browser.
- byte code
- object code
- Hexa code
- binary code
Which method is used to get the current security level of PS application?
- getApplicationId()
- getSecurityLevel()
- getAuthenticationLevel()
- getApplicationSecurityLevel()
Can we override the getPageFlowController() method to specify the page flow controller?
- True
- False
Which of the following user input validation level available in PS?
- Frontline Edits
- Presentation page controller validations
- b & d only
- Backend validations performed during performAction() requests
- a,b,d
- None of the above
Which of the following object involved providing a consistent mechanism for page authors to access application data?
- PsPageMetaData
- PsPageFlowController
- PsPageData
- PsPageMetaDataReader
Which of the following exception classes available in PS to handle the exception?(Choose more than 1)
- PsChainedException
- PsPageFlowException
- PsJspException
- PsServletException
user profile components helpful mostly to which of the following peoples(Choose all)
- Deployer
- System Administrator
- Assembler
- Page Author
- Application developer
Which are all the below components involved in making the tag library(Choose All)
- Bean name
- servlet code
- Tag library descriptor file
- Implementation of the tag
- jsp code
Which of the following goals behind the PS, (Choose All)
- To support common look & feel across applications.
- To make business logic model easily.
- To provide the separation of roles & responsibilities between the page author & application programmer.
- To make it easier to introduce the change.
- a & c
Which of the attribute of map.xml mandates field value ?
- display Value
- EditMode
- Mandatory
- Expected