Extensions vs Addon

Let us understand the differences between Extension and Addon Many a times, we get confused or find it difficult to explain the difference between Extension and Addon in Hybris. Although we use them frequently, its bit difficult to explain their difference. Let me try to explain the same in this article Let’s try to understand […]

Share this article on

StringBuffer

StringBuffer class in java is used to create thread safe mutable string. Mutable string means we can modify the string as many times as we want without creating a new string for each modification. This way we can save lot of memory. We know that String is immutable, when we do lot of modification to […]

Share this article on
< Previous