HI could anyone please tell me the answers to following. --Is java.text.MessageFormat class thread safe??(y/n) --is it true that out of many format methods in java.text.MessageFormat only 1 is thread safe since it creates a local instance of MessageFormat every time.??(y/n)
can anyone provide an explannation also to above two questions? can anyone provide a code which shows java.text.MessageFormat is not threadsafe?