Context threading

Does the context created when an application starts run on its own thread? I dug into the code a little but I can’t seem to find an answer

Yes. If I understood the question correctly. “context” is an odd term to use for someone who doesn’t already know the answer… so I may have misinterpreted.

Easy to see in a debugger or you can just System.out.println(Thread.currentThread());