harshpanchla.hashnode.devStatic Keyword in java .Introduction The "static" keyword in Java is used to define class-level members that belong to the class itself, rather than individual instances of the class. It signifies that a variable or method is shared among all instances of the class. The si...May 24, 2023·8 min read
harshpanchla.hashnode.devAll the things you should know about 'useState' Hook.Since React is the most popular, free and open-source front-end JavaScript library nowadays, half of us (developers) already know about react and the basic concepts of hook. For those who are beginners and start with React, React is working on the co...Apr 21, 2023·6 min read