Constructor In JAVAConstructor Constructors are used to initialize the object. Constructors have the same name as the class name and do not have a return type. We can use the access modifiers with a constructor. Access modifiers define the visibility of constructors to...Apr 25, 2022·5 min read
Variables in JavaIntroduction Variables are like a cup that holds something. Variables are used to store the information and hold the data in the memory. Variables should be declared with the data type. The data type defines what type of data can variable hold, and h...Apr 5, 2022·2 min read
Elon Musk Top 5 Entrepreneurial Traits"Winners never quit and quitters never win." - Vince LombardiMar 31, 2022·5 min read