Answer Posted / sanjay
I Agree clone() always gives deep copy.
Now I am just diverting from the tpoic. one of the question
asked during interview is : what is the difference b/w
Array.copy() and array.clone(). for me both gives deep copy
the only difference is array.clone() returns a object type
so you have to typecast it.
Please comment.............
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can I tap into other windows livetm services?
What is sql data source control in asp.net?
What are directives in asp.net? List down all the important directives.
What is a query string in a url?
What are the versions of garbage collection?
how to retrieve property settings from xml .config file.
in which protocol ASP.NET WEB API Work?
How many types of cookies are there in asp.net?
How can we prepairing Interview
What is the good practice to implement validations in aspx page?
Can we have multiple web config files for an asp.net application?
What is the difference between client-side and server-side validations in ASP.NET?
Web API supports which protocol?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.