What are drawbacks of singleton class?


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

Post New Answer

More Core Java Interview Questions

is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


What about member inner classes?

0 Answers  


How do you represent a space in regex java?

0 Answers  


What is the static keyword?

0 Answers  


Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?

2 Answers  


What is :: operator in java?

0 Answers  


How do you compare two strings lexicographically?

0 Answers  


Is 0 a real number?

0 Answers  


What is "this" keyword in java? Explain

0 Answers  


Any one can explain how the inerface uses in java. give with example.

1 Answers   IBM,


What are the different types of data structures in java?

0 Answers  


What is remote method invocation (rmi)?

0 Answers  


Categories