+ 1
What is method in java ?
4 Answers
+ 5
All the functions that are defined inside a class block using the keyword "static" are methods.
+ 10
in simple words , method is something that helps to perform some task [used for that]
//and its not only the case with java , its with every language
+ 7
Check this lesson:
https://www.sololearn.com/learn/Java/2152/
+ 2
ouh . okay thank you