0 votes
in JAVA by
How to call a method in java?

1 Answer

0 votes
by

How to call a method in java?

To call a method in Java, write the method’s name followed by two parentheses () and a semicolon; The process of method calling is simple. When a program invokes a method, the program control gets transferred to the called method.

Related questions

+2 votes
asked May 31, 2020 in JAVA by SakshiSharma
0 votes
asked May 18, 2020 in JAVA by AdilsonLima
...