public class Solution { public static void main(String[] args) { String emptiness = "emptiness"; String fullness = emptiness + emptiness + emptiness; //write your code here System.out.println(fullness); } } can i get solution for the above program