Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavarecords and compact constructorsSingle-choice MCQ

Which statement about this record is correct?

record Point(int x, int y) { Point(int x, int y) { this.x = x; this.y = y; } }