Spring Singleton
While taking interview on Spring core, Often I ask a question
What do you mean by Spring Singleton scope?
Most of the time I got an answer like Spring singleton scope manages only one object in the container.
Then after getting...
Home » Posts filed under singleton
An Interview Question on Spring Singleton
in
GOF singleton,
interview,
interview question on spring scope,
java,
scopes,
singleton,
spring,
spring scope,
spring singleton
- on February 11, 2017
- No comments
Java : Extensible Enum with Interface
in
design pattern,
enum,
etends,
extensible,
extention,
interface,
interface and Enum,
java,
opcodes,
singleton
- on October 14, 2016
- No comments
Extensible Enum with Interface
Overview
In Java Enum is a powerful
data type. Many places user uses Enum To get advantages from Enum type.
Like In a Static Factory method it wise decision to pass Enum type
rather than pass String....
Labels:
design pattern,
enum,
etends,
extensible,
extention,
interface,
interface and Enum,
java,
opcodes,
singleton