How will you serialize a singleton class without violating
singleton pattern?
No Answer is Posted For this Question
Be the First to Post Answer
What is a type parameter in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What a static class can contains?
Difference between Primary key and unique key?
Can an interface have a constructor?
What is difference between length and length() method in java ?
Why char array is preferred over string for storing password?
What are the basic interfaces of java collections framework?
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
What is main in java?
Can you explain the cs option of java interpreter?
What are thread safe functions?