Hi frens,
Plzz...give ans to my qn following..
class A
{
String str;
A(A ob)
{
ob.str=str;
}