InterviewSolution
| 1. |
What Is Struts.devmode? |
|
Answer» The struts.devMode is used to make sure that framework is running in development mode or production mode by setting true or false. struts.devMode is set to false in production PHASE to reduce impact of performance. By default it is "false". The struts.devMode is used to make sure that framework is running in development mode or production mode by setting true or false. struts.devMode is set to false in production phase to reduce impact of performance. By default it is "false". |
|