If the only use of lazy lists in a given application is monolithic then that application is
Answers
Answer:If the only use of lazy lists in a given application is monolithic, then that application should use simple suspended lists rather than streams
Explanation:
If the only use of lazy lists in a given application is monolithic, then that application should use simple suspended lists rather than streams.
Explanation:
Monolithic applications are mainly designed to handle multiple related tasks.
If we consider a monolithic e-commerce SaaS application.
It might consist of a web server, a load balancer, a catalogue service that services product images, an ordering system, a payment function, and a shipping component.
While application streaming is a form of on-demand software distribution.
It is a related concept to application virtualization, where applications are run directly from a virtual machine on a central server that is completely separate from the local system.