Hi All this can be duplicate question sorry for that but i was not able to find that post.
Question :- Suppose there is a class A which has been written in this way
@Component
public class A{}
Now when i call A a = new A() two times will it provide me same object or not ? This may be stupid question but Can you please clarify it in details ?
Thanks,