Question
Explain about pre activity?

Answers

At runtime, the system runs this activity before it does other processing for this flow action. This activity is not visible on the Visio flow diagram. This activity executes only once, the first time a user selects this flow action for this assignment.   Your Comment






Search
Can you Answer!!
  • Q What does the draw handler parameter represent?
  • Q ____________ is the set of computer instructions or programs that enables the hardware to perform different tasks.
  • Q The framers of Constitution adopted the doctrine of Judicial Review
  • Q Define Conversion Routine?
  • Q Who tried to send Trishanku to heaven in his bodily form?
  • Q The appraisal of employees and their performance is an integral part of the supervisor’s job. There is wide agreement that several basic principles must be taken into account by supervisors involved in the appraisal process in order to perform this function correctly. The one of the statements below that least represents a basic principle of the appraisal process is?
  • Q Mahaweli ganga is the longest river in:
  • Q Have you given any other exam before this?
  • Q 6 Face of a cube are painted in a manner ,no 2 adjacent face have same colour three colurs used are red blue green. Cube is cut in to 36 smaller cube in such a manner that 32 cubes are of one size and rest of them bigger size and each bigger side have no red side.
  • Q How can we get SAPGUI for the Java environment and for what purpose it was started ?
  • Q main() { register i=5; char j[]= "hello"; printf("%s %d",j,i); }