how to create new Optional with string code example Example: instantiate optinal java 8 Person p = new Person(); Optional<Person> op = Optional.of(p);