Hi @DHEERAJHARODE,
I would like to contribute a Java example that moves all zeros in an integer array to the end while keeping the relative order of non-zero elements. The solution will modify the array in-place without using extra space. Please let me know if I can proceed.