You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.println("from static at driver class");
}
public static void main(String[] args) {
Object creation=new ObjectCreation(20, 40); //constructor calling along with only new keyword we cant do it explicitly beacuase of new keyword create block
//of memory in which constructor load the non-static members