Question: Create a program by taking 2 inputs as String from User through console (Marks 20) The Output should be Boolean true, which means Equal The
Create a program by taking 2 inputs as String from User through console (Marks 20) The Output should be Boolean true, which means Equal The Two Strings are equal if permutations of first and Second String are same (means Same number and same words permutations). Example: Permutation of AAB are: ABA, BAA, AAB Permutations of BBA are: BBA, BAB, ABB These are not considered as Equal, Output is false. Use Collections Framework to create this program. Note** Cannot use Arrays.sort and Collections.sort
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
