Hi Champions,
This question is for who aware of boxing and Unboxing.
There is a Class 'Employee' . And please tell me whether it is Boxing or Unboxing in below statement.
Employee objEmployee = new Employee();
Hi Champions,
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sujeet SinghPosted May 30, 2017, 4:45 AM
Hi Mahesh,
Employee obj = new Employee();
Mahesh ChandPosted May 29, 2017, 12:11 PM