When should we use static resource over dynamic resource?
Answer Posted / Indu Singh
{"Static Resource is used when the value of a resource does not change during the lifetime of an application. It gets loaded once and remains constant throughout. This reduces the overhead of creating a new instance every time.nDynamic Resource, on the other hand, provides a mechanism to create resources at runtime, which can be useful for values that may vary while the application is running. However, it creates more overhead due to the creation of objects dynamically.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category