I want to know what could be the equivalent keyword in java which could perform same function as \"Static keyword in C\".. I want to do recursion in java, performing same fu
The concept of static in Java doesn't adhere with the concept of static in C. However, there is a static keyword in Java as well. But its more like a static in C++ then C, with some differences.