James is creating an IBM LotusScript agent that will concatenate a string value and a numeric expression. Using the following code snippet, what will be the output? a$ = "500" b% = 200 c$ = "100" print (a$ & b%) + c$
Steven is using Java to write an agent in his application and needs to get a handle to the database that the agent is running in. How can Steven accomplish this?
In addition to monitoring Java heap usage, what other feature is enabled when a developer sets the "Show heap status" preference setting in IBM DominoDesigner?
Sofia has created a button on an XPage that has the following JavaScript code for the onclick event: applicationScope.put("School","Montessori"); If the application is closed and reopened, what is the value in contained in applicationScope.School?
Jessica wants to design a Page that passes all data directly to the browser and treat the entire Page as HTML. How would she do this?
Gary is writing a view selection formula to only display documents which have a Status field value of "Complete". Which formula will display the correct documents?