InterviewSolution
Saved Bookmarks
| 1. |
How Websphere Discovers A Change In Jsp And Compiles It? |
|
Answer» There is an algorithm that WEBSPHERE uses to find the timestamp of .jsp and .class files. It CHECKS that timestamp of .class FILE is always LATER than its CORRESPONDING .jsp file. There is an algorithm that websphere uses to find the timestamp of .jsp and .class files. It checks that timestamp of .class file is always later than its corresponding .jsp file. |
|