I m new to Java Servlet. I have project assignment, where i need to create web blog using Java Servlet.
I should have following functionalities

Program data model will include:
● blog class with blog author, blog content, timestamp when submitted
● response class with response author, response content, timestamp when submitted
● a HashMap of blogs and associated responses
●...