Threads and Memory
Hi, I have a question that is not in fact about codification but about how does java handles the memory on threads.
Does a Thread a limited predefined amount of memory?
If that thread creates more threads, the new threads will hace any memory limitation?
or any thread hace just the same resources avaible as the whole application?

