[6252] in java-interest
Re: Recursion
daemon@ATHENA.MIT.EDU (Tank)
Tue Mar 26 23:45:43 1996
Date: Mon, 25 Mar 1996 08:38:02 -0600
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: Tank <Tank@PG.NET>
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
> Hi Java Developer:
>
> Could somebody tells me, does java support recursion?
Sure it does.... Recursion is one of those things that is dependant on the
programmer rather than the language (in fact, with a little work, you can
recurse in BASIC).
In addition, since Java is threaded, you can spawn new threads to process
the recursed tasks, which COULD hold some performance benefits.
Hope this helps.
______________________________________________________________________________
Tank (SPM) Sean P. McNamara
The Planet Group, Inc.
Tank@PG.NET Design, Communications, and Technology
Voice: (312) 772-8333
Fax: (312) 772-9214
-----
This message has been forwarded via the JAVA-INTEREST
mailing list. In order to unsubscribe from this list, send a message to
listserv@javasoft.com with the command 'signoff JAVA-INTEREST' in
the message body (not in the subject line).
-----
This message has been forwarded via the JAVA-INTEREST
mailing list. In order to unsubscribe from this list, send a message to
listserv@javasoft.com with the command 'signoff JAVA-INTEREST' in
the message body (not in the subject line).