- 1
Can't two methods be called in a single program?
Methods as in static void sayhello() static void sayhi()
4 ответов
+ 2
Yes. You can call as many methods as you want in a program, so long as you have the memory/resources to sustain your program.
+ 1
Yep you can, as long as the situation permits
0
Tnx netkos
0
Yes,you can call a method as many times as u want in a single program........(obviously with correct syntax)