hello guys
here is the above code now the output is not cleared to me.
the first println says:class MyReflection and second println statement says MyReflection
if we know the class name at compile time then we can get the java.lang.Class object written in 1 statement
if we don't know the class name at compile time but have a class name as a
string at run time we can get Class object written in 2 statement
the above two statements are not cleared to me.......
can anyone take me out from my query