How can u sort strings in array where strings are passed to
method as arguments.
Answer Posted / ratnesh
String[] s={"hdf","sdfer","fdf","astrf"};
Array arr = new Array(s);
arr.Sort();
| Is This Answer Correct ? | 38 Yes | 4 No |
Post New Answer View All Answers
How will you load dynamic assembly?
Describe state management in asp.net?
What is a user session?
Describe SOA and the tenets of it?
What is the usie of activex control in .net?
Is asp.net and .net same?
What is the difference between “Web.config” and “Machine.Config”?
How does windows service lifecycle differ from a .standard. Exe?
Write a code snippet to implement the indentation in json in web api.
I’m having some trouble with cas. How can I diagnose my problem?
How to manage different kinds of sessions in ASP.NET?
Are cookies stored on server or client?
What are server objects?
What does the hotspot class in .net do?
How do you do Client-side validation in .Net?