'What are *_Stub classes in JDK used for?

In JDK, there are classes like *_Stub, for example:

enter image description here

But I didn't find the source of the class:

enter image description here

Where do those *_Stub classes come from? What are they used for?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source