I know skeletons are outdated and not used any more. Stubs are still used though, but are there still _stub classes generated? If yes where can I see these classes (Iam working with Eclipse)?
They're generated if you generate them with the rmic
tool. No magic. The stub is generated in the same package as the remote object it is a stub for.