Java for Testers - Part 133 - Wrapping

preview_player
Показать описание
In this video, I have explained and practically demonstrating the term Wrapping in Java.

Wrapping is the term related to Wrapper Classes in Java.

Wrapping is the process of converting the primitive data type values to the objects of Wrapper Classes.
Рекомендации по теме
Комментарии
Автор

when we change int a=9 to Integer aobj=Integer.valueof(a)
what changes happens in the memeory?

jayitapatra