Question: How can we measure space/memory efficiency in Java Programming? Is it possible to do so with Big O Notation to an extent? I was told
How can we measure space/memory efficiency in Java Programming? Is it possible to do so with Big O Notation to an extent? I was told that while the element of speed is important, in some systems you need to be concerned about being lightweight as well (even at the cost of speed). In some embedded systems you might need to severely limit the amount of memory available to a device. How would you approach a solution to that sort of problem?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
