Home » questions » How does a resurve function work?

How does a resurve function work?

2006-08-14 14:47:03, Category: Programming & Design
What is a recursive function, and can you please give me a simple example of one in Java?

Answers

  1. Special Ed

    On 2006-08-14 14:52:14


    Its a function that calls itself. I am not a Java person sorry =( I saw this on the web, maybe it will help : http://forum.java.sun.com/thread.jspa?threadID=759215