No additional resources are used when a thread is created and they differ from those used when a process is created because a thread is smaller than a method, thread creation usually uses fewer resources than method creation. making a method needs allocating a Press Control Block (PCB), a rather massive system.
A thread shares with its peer threads few info like code section, data section and open files. once one thread alters a code section memory item, all alternative threads see that. A thread is additionally known as a light-weight method. Threads offer some way to enhance application performance through correspondence.
Threads share resources like processor, memory, and file descriptors required in order for it to perform its task.
To learn more about Thread here
brainly.com/question/16995803
#SPJ4