[Solved] Usage of Thread.currentThread().getContextClassLoader().getResourceAsStream(“system.properties”) [closed]


It simply means: Return the property file as InputStream from the ClassLoader the current thread of my application is running from (in loose english).

4

solved Usage of Thread.currentThread().getContextClassLoader().getResourceAsStream(“system.properties”) [closed]