flyweight

What is Flyweight pattern?

Researching a bit to better understand the logic that leads strings in Java to be immutable , I found that "Internation" of ... e Flyweight pattern ? When should we use it and what would be good examples of using this technique besides string interning?