Mon Oct 09 2023 10:40:24 GMT+0000 (Coordinated Universal Time)
Saved by @viinod07
public class lab21 { final int x=10; public static void main(String args[]) { lab21 obj =new lab21(); obj.x=12; System.out.println(obj.x); } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments