What is ripple effect?
No Answer is Posted For this Question
Be the First to Post Answer
How do you download stubs from a Remote place?
When a thread blocks on i/o?
How are the elements of a cardlayout organized?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
Can I map more than one table in a cmp?
Differences between applications and applets?
What is Servlet Filter And What does it work?
Are we allowed to change the transaction isolation property in middle of a transaction?
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); } }
What is there in browser that it supports web based applications of java or any other PL?
Thread life cycle?
What is the difference between the session.get() method and the session.load() method?