In Step 3 we are printing the contents of the LinkedHashMap In Step 4 we are using for each loop to iterate over the linkedhashmap object , we are using keySet and get(key) method to diplay all the values of map, we will discuss each method in detail in next topic. Output: Content...