EN
Java static factory method - what it is and why to use them over constructors?
0 answers
3 points
What is static factory method in java? In the simplest way possible.
I've seen couple of times, it is better to use 'static factory'
then normal constructors - the question is why?
0 answers