Tech Support Guy banner
Status
Not open for further replies.

Java

1K views 3 replies 2 participants last post by  Chicon 
#1 ·
Okay. I hate tutorials (atleast hate reading tons and never finding the answer to my question!!!) and i am sort of 'learning java by example / practice.' I have a simple question!

My understanding is that 'void' functions do not return any value. So when a function calls a void function, does the void function have to finish before the original function continues, or do they go simultaneously? Is there any way to call multiple functions at once to run at the same time like you can do in javascript?

I have never run into this before so its probably a simple question. :eek:

Thanks for any input. :up:
 
#3 ·
Chicon said:
Hi redivivus,

Yes, there's a way in Java to run simultaneous functions. It is called Multithreading.

On this page, you'll find a well done comprehensible tutorial about Multithreading.

;)
Thanks. :up:
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top