+ 1
Sure. You do it all the time, for example when passing a `String` to `System.out.println`.
If you have something that isn't `byte`, `short`, `int`, `long`, `float`, `double`, `boolean`, or `char` (the so-called primitives), then you are dealing with a reference type.



