Returns a class name created from the given parts. For example, calling this with package name "java.util" and simple names "Map", "Entry" yields Map.Entry.
"java.util"
"Map"
"Entry"
Map.Entry