ADK User

 

1.      What is the return type for dates in ADK Packages (like bo.getCreated())

·         Date

·         String

·         Calendar

·         MxCalendar

2.      Execution of the program will give the error as

·         The first element of the returned StringList

·         The first element of String Array

·         Client Task

·         The first element of the returned Client Task

3.      To get the servlet aliases refer

·         Framework.properties

·         Framework Servlet

·         emxLogin Property

·         All

4.      To Iterate through History which of the below package will be used?

·         HistoryItr

·         HistoryList

·         History

·         None

5.      To include a file named “template.jsp” and use it as a combined single servlet which of the following will be used.

·         <@include page = “template.jsp” />

·         <jsp:include page =”template.jsp” />

·         <jsp:forward page =”template.jsp” />

·         All

6.        Which of the below implicit object is used for the error

·         Context

·         Exception

·         Error

·         Resource

7.        Which of the below class is used mostly for the matrix.db classes

·         Context

·         Config

·         BusinessType

·         BusinessObject

8.        According to Model View Controller , which one is the best example for Model

·         JSP

·         Servlets

·         Java Bean

·         1 & 2

9.        Which of the following is not recommended to use in JSP

·         Com.matrixone.servlet

·         Matrix.MQL

·         Matrix.db package

·         Matrix.util package

 

10.     Which one of below raises Java Exception

·         Exit 1 in Check Trigger

·         Exit 0 in check Trigger

·         Return 1 in Check Trigger

·         1 & 3

 

11.     Client Task can be retrieved using which object

·         Trigger

·         Context

·         Client Task

·         2 & 3

 

12.     How do we Pass the RPE to TCL in Java

·         StringList

·         Array of String

·         String

All