How to check Anagram – Option Online Compiler

This is a demonstration of how to use Trinket online java compiler. This is an already existing solution to find check whether the given two Strings are Anagram. The logic uses the StringBuilder, and String class methods of Java.