logo

Crowdly

String-urile x si y sunt identice String data1 = LocalDate. of (201...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

String-urile x si y sunt identice

String data1 = LocalDate.of(2013, 11, 18).toString();

String data2 = LocalDate.of(2038, 1, 1).toString();

String x = data1.replaceAll("[1-]", "");

String y = data2.replaceAll("-", "").substring(0,4);

More questions like this

Want instant access to all verified answers on elearning.unitbv.ro?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!