What is the most used pattern in java.io?
Posted
by jb
on Stack Overflow
See other posts from Stack Overflow
or by jb
Published on 2010-06-18T10:42:35Z
Indexed on
2010/06/18
10:53 UTC
Read the original article
Hit count: 196
I was asked this question recently during my job interview, and I couldn't answer it. So, what is the most used pattern in java.io and how is it used? What are other patterns used in common java libraries?
© Stack Overflow or respective owner