Computer Science, asked by Ishansaha, 1 year ago

Defination of static in java


bossrc64p7l5et: I knoe
bossrc64p7l5et: I know

Answers

Answered by pavamuruganpbcfes
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 ✌️ ✌️

birbali: which class question was that
bossrc64p7l5et: class 10 icse
bossrc64p7l5et: not for cbse kids
birbali: ok
Answered by dwivediajit98
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

Similar questions