Drawing A Hollow Rectangle Using Java Java Programming October 29, 2016 0 Marufmonem Anik hello people, here is easy code for drawing a hollow rectangle using java. this code displays a rectangle of given length and width. Sample input: 4 5 Sample output ***** * * * … Continue