How will you pass parameters in RMI? Why do you serialize?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between session and entity beans?
What is message driven beam?
difference between sql exception class and sql warning class
Can you control when passivation occurs?
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); } }
Why do I get a duplicate name error when loading a jar file?
What is Introspection?
What is the difference between a menuitem and a checkboxmenuitem?
In howmany ways a thread can be created?
How to deploy Jar, War files in J2EE?
Why do threads block on i/o?
what is stringBuffer and StringBuilder?