Posts by Sr Kassiano • 3 points
2 posts
-
-1
votes1
answer89
viewsQ: How can I take a private variable in another class in Java?
I’m having a question about how I can catch one private variable in another class. I’m wanting to put all in private so I have better control and organization. Example: Class Inicio Private int…
javaasked Sr Kassiano 3 -
0
votes1
answer1135
viewsQ: What is Static in Java? And How to use it?
How can I use the Static in Java? and what is it for? What is its function?