What will happen if you run this code?
Instant instant = Instant.EPOCH;
System.out.println(instant.plus(Period.ofWeeks(1)).atZone(ZoneId.of("GMT+4"))); What will happen if you run this code?
Instant instant = Instant.EPOCH;
System.out.println(instant.plus(Period.ofWeeks(1)).atZone(ZoneId.of("GMT+4"))); Create a free account to access the full topic