what are RemoteObjects?
What is deadlock?
what about static?
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 the lifecycle of an applet?
How two threads will communicate with each other?
What is Lock Based Protocol and what is its use?
whats is mean by class.forName() whats the return type of class
What is Remote Server?
How is serialization used generally ?
What if the static modifier is removed from the signature of the main method?
How messaging services are done, before release of JMS?
What is the priority of Garbage collector thread?