# Observer effect

The idea that a system can be impacted when it's being observed.

# I first learnt about this from quantum physics, and realised that I encountered this issue years ago in Java (Posted a StackOverflow question: How to reduce heap usage impact from VisualVM? (opens new window))

# References

Observer effect | Wikipedia (opens new window)