Defination of static in java
bossrc64p7l5et:
I knoe
Answers
Answered by
0
In Java, a static member is a member of a class that isn't associated with an instance of a class. Instead, the member belongs to the class itself. As a result, you can access the static member without first creating a class instance. ... The value of a static field is the same across all instances of the class.
Hope this helps you friend
Thanks ✌️ ✌️
Hope this helps you friend
Thanks ✌️ ✌️
Answered by
1
Hey! mate
Here is your answer
In Java, static is a keyword used to describe how objects are managed in memory. It means that the static object belongs specifically to the class, instead of instances of that class. Variables, methods, and nested classes can be static. ... Instead, we can make the variable static and make it part of the class itself.
I hope this helps you ❤
Follow me!
Mark as brainliest
Here is your answer
In Java, static is a keyword used to describe how objects are managed in memory. It means that the static object belongs specifically to the class, instead of instances of that class. Variables, methods, and nested classes can be static. ... Instead, we can make the variable static and make it part of the class itself.
I hope this helps you ❤
Follow me!
Mark as brainliest
Similar questions
Hindi,
6 months ago
Computer Science,
6 months ago
Math,
6 months ago
Hindi,
1 year ago
Hindi,
1 year ago