Hi
I am analysing a particular code and have some questions


public class Point {
private final int x;
private final int y;
public Point(int x, int y) {
...