1.

Name And Explain The Three Modes Of Component Operation?

Answer»

Server Mode: run BACKGROUND OPERATIONS for the server and runs forever, once started,
TASK Mode: run specific task and EXITS upon completion,
Session Mode: created dynamically for client request. Runs as long as session is maintained then exits.

Server Mode: run background operations for the server and runs forever, once started,
Task Mode: run specific task and exits upon completion,
Session Mode: created dynamically for client request. Runs as long as session is maintained then exits.



Discussion

No Comment Found