Stream.boxed: The `boxed` method in the Stream API converts a primitive stream (such as an IntStream or LongStream) into a stream of objects (such as Integer or Long). This method is useful when you need to work with objects instead of primitive values.