VB .Net Question:
Download Questions PDF

How can you sort the elements of the array in descending order?

VB .Net Interview Question
VB .Net Interview Question

Answer:

By calling Sort() and then Reverse() methods.

Download VB .Net Interview Questions And Answers PDF

Previous QuestionNext Question
What happens when you encounter a continue statement inside the for loop?Whats the C# equivalent of C++ catch (...), which was a catch-all statement for any possible exception?