Monthly Archives: January 2018

Observer and Observable

Using JAVA Implementation Message Board (Observable) package com.alkathirikhalid.demo; import java.util.Observable; /**  * <p>  * Message Board as Observable.</p>  * <p>  * It can be observed for new message changes, it can also have one or more  * observers, when an … Continue reading

Posted in Programming, Web Application, Web Developement | Leave a comment