Posts related to tag: first


Java- Sort Even Number First and Maintain the Order

Sort Even Number First and Maintain the Order in Java: You have an array of integers with mixed numbers i.e. […] Continue reading »

Find first repeated character in a string using Java

This tutorial will help you to find the first recurring or repeated character in a given string. By asking these […] Continue reading »