Vistaar Technologies Interview Question

Merge 2 sorted arrays

Interview Answers

Anonymous

Jan 13, 2016

Product of 2 numbers using Recursion

8

Anonymous

Aug 20, 2016

Store two arrays in new array say c[ ], then sort it using function Arrays.sort(c);