+ 1
Explain the syntax for calling a method.
Java
3 Respuestas
+ 8
This topic already available in sololearn. Before posting a question please search.
It will help you👇
https://www.sololearn.com/learn/Java/2152/?ref=app
+ 4
we have static and non-static method.
Static method can be called without creating the instance of that class.
then, they have different way to get called
+ 2
You can find out in the Java tutorial.