I want to import a class from default package. it will show compile time error as per Java language specification. So I need an example to load the class from default package using Reflection API.
I got Idea to use Reflection for that but did n't get any example to import class from Default package using Reflecion
Thanks in advance