This question pertains to the join() method in relation to threads.
Why do they call it join? What is it joining... how can I put the literal definition of the word join, in context with how it is being used. I simply want to visualize the process taking place here and dont understand when this method is more making other threads wait rather than joining anything!
i am developing a software using ms-access as database, so the problem is how to provide the client the data base and software both through a setup program.If there is any way then how the a copy of the .exe of the project is linked to database i mean if one copies the .exe file to some other location then it won't find the database, so how to make the database accessible.