I want to print all the class names in a package and also to print the corresponding attributes and their data types in each package.
In one code, I am able to get t
Please try as following.
String str = "RequiredClassName"; Class > Cref = Class .forName("PackageNaem."+str );