012@TEST1 524@TEST2 ABC@TEST3 AB@TEST4 53@TEST5 @TEST6
i want to sort the following data such that Final output: Sorted on the basis of data before ‘@’ Numbers should come before alpha
@TEST6 012@TEST1 53@TEST5 524@TEST2 AB@TEST4 ABC@TEST3
i want to implement this in java ...help me out