Core Java, JSP, Servlet, Struts

Core Java,JSP, Servlet, axis2.0 and design pattern related solutions. Focus on practical solutions

Sunday, 9 September 2018

Poison message

›
What is a poison message? A poison message is simply a message that the receiving MDB application is unable to process. The message coul...

ConcurrentHashMap In Jdk 5

›
A hash table supporting full concurrency of retrievals and high expected concurrency for updates. Few important points are below: Conc...
Tuesday, 11 August 2015

Iterable in Java

›
Enhanced for-loops can’t be used automatically in data structures that we implement. Then what do we do? This is where Iterable interface ...
Monday, 10 August 2015

Iterator in Java

›
Often, you will want to cycle through the elements in a collection. For example, you might want to display each element. The easiest way...
Wednesday, 5 August 2015

Externalizable in Java

›
Externalizable provides us writeExternal() and readExternal() method which gives us flexibility to control java serialization mechanism in...

Serialization in Java

›
Serializable interface exists in java.io   package   and forms core of java serialization mechanism. It doesn't have any method and a...
›
Home
View web version

About Me

Mrinal
View my complete profile
Powered by Blogger.