Howmany interfaces are used in RMI?
Answers were Sorted based on User's Feedback
Answer / guest
2 I/f r used in RMI
They r
1.Remote I/f
2.Home I/F
| Is This Answer Correct ? | 2 Yes | 1 No |
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
What are JTA/JTS and how they used by client?
What are skeletons and stubs and how they are generated?
Define the remote interface?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
what is the life cycle of jsp?
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); } }
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
Difference between new operator and class.forname().newinstance()?
important features of java which differenciate it from c++
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?