Discuss the below:
Q: Create an applet that reads in the size of the side of a square and displays a hollow square of that size out of asterisks, by using the drawString method inside your applet's paint method. Use an input dialog to read the size from the user. Your program should work for squares of all side lengths between 1 and 20.