What code may be inserted at line 1 for successful compilation and execution of the below code?

Given:
import java.time.*;
import java.time.temporal.TemporalAdjusters;
public class Demo {

public static void main(String[] args) {
LocalDate today = LocalDate.now();
LocalDate lastDayOfYear = today.with(TemporalAdjusters.lastDayOfYear());
Period period = today.until(lastDayOfYear);
System.out.println();
System.out.println("Months remaining in the year: "+_______); // line 1
System.out.println();
}
}

period.getMonths()

Date.geetDate()

date.toString()

Period.getMonth()

Verified Answer
Correct Option - a

To get all Infosys Certified L1 Junior Java Programmer Exam questions Join Group https://bit.ly/infy_premium_group

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in