Tag: architecture
Questions Related to architecture
What Modifier needs to be added in order to make the below function as Singleton Class? ----------- -------- Connection getConnection() throws Exception{ return new Connection(); }
Suppose I have to code a program to draw 1000 circles with 6 different colors – Which Structural Pattern approach would help?
Which Behavioral Pattern would help in parsing and translate a Specific Expression?