package BOOP.B6Object; import java.util.Objects; public class ObjectDemo { public static void main(String[] args) { Object object=new Object(); } }