This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How Do I Run Flex As A Service? |
|
Answer» Flex is not a SERVER that you deploy and run. It is SIMPLY deployed as part of your web application. So it will work, no matter which web container you are using: TOMCAT, JRun 4, WebLogic, and so FORTH. To learn how to deploy Tomcat, JRun 4, or any other JAVA server as a service, refer to the appropriate documentation for the server you are using. Flex is not a server that you deploy and run. It is simply deployed as part of your web application. So it will work, no matter which web container you are using: Tomcat, JRun 4, WebLogic, and so forth. To learn how to deploy Tomcat, JRun 4, or any other Java server as a service, refer to the appropriate documentation for the server you are using. |
|
| 2. |
How Do I Pass Parameters To A Pop-up Window In Actionscript? |
|
Answer» Three different ways to pass data into a title window. It uses the initobj to pass in several built-in properties plus two user defined properties. One is a simple STRING, the other is a REFERENCE to the main application that can be used for BINDING. NOTE the variable that holds the application reference is typed to the name of the application. this is critical for binding to work CORRECTLY. Three different ways to pass data into a title window. It uses the initobj to pass in several built-in properties plus two user defined properties. One is a simple string, the other is a reference to the main application that can be used for binding. Note the variable that holds the application reference is typed to the name of the application. this is critical for binding to work correctly. |
|
| 3. |
Why Are There Errors With The Macromedia.css.locatorparser Class And Weblogic? |
|
Answer» WEBLOGIC ships with its own version of the fop.jar, which in turn INCLUDES the batik.jar, which is OLDER and breaks Flex. To resolve this issue, remove the fop.jar from the CLASSPATH in the startWebLogic.cmd file. This may apply to non-WebLogic SERVERS as WELL, where batik.jar was included. WebLogic ships with its own version of the fop.jar, which in turn includes the batik.jar, which is older and breaks Flex. To resolve this issue, remove the fop.jar from the CLASSPATH in the startWebLogic.cmd file. This may apply to non-WebLogic servers as well, where batik.jar was included. |
|
| 4. |
What Is A Resource Manager In Flex Actionscript? |
|
Answer» The ResourceManager - now handles access to all localized RESOURCES in an APPLICATION. Any components that extend UIComponent, FORMATTER, or Validator now have a new resourceManager PROPERTY, which lets you easily access the singleton instance of this manager. If you're writing some other KIND of class that needs to use the ResourceManager, you can call ResourceManager.getInstance() to get a reference to it. The ResourceManager - now handles access to all localized resources in an application. Any components that extend UIComponent, Formatter, or Validator now have a new resourceManager property, which lets you easily access the singleton instance of this manager. If you're writing some other kind of class that needs to use the ResourceManager, you can call ResourceManager.getInstance() to get a reference to it. |
|
| 5. |
What Are The Similarities Between Java And Flex? |
|
Answer» Both can be USED as client application, both have packages, OOP BASED , support XML , import EXTERNAL packages, up casting, support ArrayCollection ,almost same primitive data types, both support class library packaging( .jar , .swc). Both can be used as client application, both have packages, OOP based , support XML , import external packages, up casting, support ArrayCollection ,almost same primitive data types, both support class library packaging( .jar , .swc). |
|
| 6. |
Explain What Happens If An .swf Is Loaded Into A Already Occupied Level? |
| Answer» | |
| 8. |
What Are The Correct Statements Concerning Text Field? |
Answer»
|
|
| 9. |
Explain What Is The Function Of Trace? |
| Answer» | |
| 10. |
What Is A Drag Manager In Adobe Flex Actionscript? |
|
Answer» The Flex Drag and Drop Manager LETS you select an object, such as an item in a List CONTROL, or a Flex control, such as an IMAGE control, and then drag it over ANOTHER COMPONENT to add it to that component. The Flex Drag and Drop Manager lets you select an object, such as an item in a List control, or a Flex control, such as an Image control, and then drag it over another component to add it to that component. |
|