Explain the syntax for calling a method. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Explain the syntax for calling a method.

Java

13th Aug 2019, 12:19 AM
DjCisse Samuel Tsok
DjCisse Samuel Tsok - avatar
3 Answers
+ 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
13th Aug 2019, 12:46 AM
Sujan Sharma
Sujan Sharma - avatar
+ 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
13th Aug 2019, 8:26 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 2
You can find out in the Java tutorial.
13th Aug 2019, 3:08 AM
Sonic
Sonic - avatar