Which statement about this record is correct?record Point(int x, int y) { Point(int x, int y) { this.x = x; this.y = y; } }