Gold And Silver Prices

Image
Silver Futures Gold Futures Digigold Silver Price Digigold Gold Price Swiggy 10gms Lakshmi Silver Coin Candere-Kalyan 10 gm Gold coin.  

↗ Static vs ↗ Non-static:

 In JAVA Context

↗ Static: Static members (variables and methods) are associated with the class itself rather than with individual instances.

↗ Non-Static: Non-static members are specific to each instance of a class, as they are tied to objects created from the class.


↗ Memory allocation

---------------------

↗ Static : Static members are allocated memory only once, at the time of class loading. They are shared among all instances of the class.

↗ Non-static: Non-static members have memory allocated separately for each instance of the class. Each object has its own copy of non-static members.

Comments

Popular posts from this blog

How many types of xpath are there?

IRetryAnalyzer