Why spring singleton is not thread safe?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Can we convert stringbuilder to string in java?

0 Answers  


What isan abstract class and when do you use it?

1 Answers   Genpact,


What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

0 Answers  


Where are register variables stored?

0 Answers  


What is ascii format?

0 Answers  






What are default methods ?

0 Answers  


What do you mean by platform independence?

0 Answers  


Is java programming easy?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


What is functional interface in java example?

0 Answers  


Which class is used by server applications to obtain a port and listen for client requests?

0 Answers  


Enlist few advantages of inheritance?

0 Answers  


Categories