Saved Bookmarks
| 1. |
What do you mean by encapsulation in cloud computing? |
|
Answer» A container is a packaged software CODE along with all of its dependencies so that it can RUN consistently across clouds and on-premises. This PACKAGING up of code is often called encapsulation. Encapsulating code is important for developers as they don’t have to develop code BASED on each INDIVIDUAL environment. |
|