Is there any compiler error in the below Java program? class Point { int m _ x , m _ y ; public
Point(int x , int y ) { , m _ x = x ; m _ y = y ; } public static void main(String args[]) { Point p =
new Point () ; } Yos No

Is there any compiler error in the below Java program- class Point -{.docx

  • 1.
    Is there anycompiler error in the below Java program? class Point { int m _ x , m _ y ; public Point(int x , int y ) { , m _ x = x ; m _ y = y ; } public static void main(String args[]) { Point p = new Point () ; } Yos No