Which property is used to show the response in client with out waiting to load the entire page?
Respones.expires=100
Respones.Buffer=true
Respones.Buffer=false
Respones.Buffer=-1
Server.Transfer support?
Post
Validate
Get
None
Maximum number of DD statements in a JOB
3270
Virtually unlimited
3273
80
An Object Repository which is currently opened by another user is locked. It is not possible to merge a locked object repository.
True
False
What method is used to extract a cell value from a webtable if you know row number and column number?
CellData(Row, Column)
TableCellData(Row, Column)
CellDataValue(Row, Column)
GetCellData(Row, Column)
Which interface used for event handling in echo2
ActionEvent
ActionListener
ApplicationInstance
None of the above
The Web Application Container is an extension of what?
Web Rendering Engine
Application Framework
Client Engine
Server Engine
C# Switch Statement Support Fall-Through From One Case Label To Another?
which statements are true about ORDER BY clause?
a)It can be used only once in compound query.
The order by clause accepts the column name or an alias
You can specify the order by clause in the subquery of a set operator.
All the above
Which of the following are true about TO_CHAR?
It converts a datetime datatype to a value of varchar2 datatype.
It can be used to convert character,number or datetime data to Varchar2.
When converting datetime and numberdata,a format(fmt) parameter can be specified to apply regional formatting to a data.
All the above.