what is the use of State Factories?


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

Post New Answer

More Advanced Java Interview Questions

Is 'synchronised' a modifier?

2 Answers   NIIT,


What is JasperReports?

2 Answers  


how the action can be map from jsp page to bean class in mvc1

1 Answers   Photon,


Explain the difference between object state and behavior?

0 Answers  


What is in-memory replication?

0 Answers  






the use of try and ffinally keyword

1 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


How are commas used in the intialization and iteration parts of a for statement?

0 Answers  


Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.

2 Answers  


what is the Remote Stub?

1 Answers  


What is the purpose of the notify() method?

0 Answers  


Why is string immutable in java?

0 Answers  


Categories