Transient variables would be implicitly initialized to their default values if a new instance was created.
But, I am not creating any new Employee object here. I am only unmarshalling it.
Also, even if I create a new Object(Employee here), as I did not specify any default value in it, it should still return null.
so where can be the problem?
Thanks,
Dinakar