make optional code code example Example: instantiate optinal java 8 Person p = new Person(); Optional<Person> op = Optional.of(p);