instantiate class from string



1.

I have a method,

public void something(String fullyQualifiedClassName)
{
}

the parameter passed to the method is a fully qualifed class name for a
class. I have to instantiate that very same class inside the method.
how can u do it ?


2.
Why string is immutable which is an additional overhead ?

thanks in advance

sarath

.