crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Choose the correct output in Java8 Innards
Question Posted on 03 Jan 2021Home >> Java >> Java8 Innards >> Choose the correct output in Java8 Innards

Choose the correct output in Java8 Innards
LocalDate date1 = LocalDate.now();
LocalDate date2 = date1.plus(1, ChronoUnit.MONTHS);
Period period = Period.between(date2, date1);
System.out.println("Period: " + period);
Choose the correct option from below list
(1)Compilation error
(2)Period: 1
(3)Period: P-1M
(4)Runtime error

Answer:-(3)Period: P-1M
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Choose the correct option based on this code segment

Which of the following is correct about Java 8 lambda expression?

In Functional Reactive programming, we pull the stream of data.

Stream operation iterations are internal over the source of elements.

Choose the correct option based on this code segment in Java8 Innards Qsn






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap