InterviewSolution
| 1. |
Differentiate Static Cache And Dynamic Cache? |
|
Answer» The major difference between the “Static Cache” & “Dynamic Cache” are as follows: Dynamic cache: Dynamic cache greatly DECREASES the systems total performance and PRODUCTIVITY much to the contrast in comparison with the static cache Static Cache: Static cache can simply be interpreted as a process where the data GETS inserted all the time. It doesn’t MIND the number of times a particular data is being inserted; all that it cares is to insert the data. The major difference between the “Static Cache” & “Dynamic Cache” are as follows: Dynamic cache: Dynamic cache greatly decreases the systems total performance and productivity much to the contrast in comparison with the static cache Static Cache: Static cache can simply be interpreted as a process where the data gets inserted all the time. It doesn’t mind the number of times a particular data is being inserted; all that it cares is to insert the data. |
|