we can create object at runtime using object using class.forname.using class.forname we can load specific class and after that we can create a instance of that class using newInstance method.
Write a java standalone program / method to take out all the special characters in the string provided below. //ASCII a ? z (97 ? 122) String sSENTENCE = ?This!is^a$t*e)s|t?;