Answers for "static why we use in android"

0

static why we use in android

In Java, static keyword is mainly used for memory management. It can be used with variables, methods, blocks and nested classes. It is a keyword which is used to share the same variable or method of a given class. Basically, static is used for a constant variable or a method that is same for every instance of a class
Posted by: Guest on February-22-2021

Browse Popular Code Answers by Language