what is the use of State Factories?
No Answer is Posted For this Question
Be the First to Post Answer
Is 'synchronised' a modifier?
What is JasperReports?
how the action can be map from jsp page to bean class in mvc1
Explain the difference between object state and behavior?
What is in-memory replication?
the use of try and ffinally keyword
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); } }
How are commas used in the intialization and iteration parts of a for statement?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
what is the Remote Stub?
What is the purpose of the notify() method?
Why is string immutable in java?