Answer Posted / anuj pandey
hi everybody,
Remote Reference Layer is using in Remote method
invocation.when method of one machine execute in one
machine but run in another machine then it is calledremote
method invocation.In RMI there is four layers (application
layer,stub or skelton layer,remote referense
layer,transportation layer).stub is a client side java
object and skelton is java object of server side.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What is Applet Stub Interface ?
What is starvation?
Which class represents the socket that both the client and server use to communicate with each other?
How do you pass by reference?
What is static import in java?
How is a variable stored in memory?
What is a char in java?
How can an exception be thrown manually by a programmer?
Explain the pointers in Java?
Is there any tag in htm to upload and download files?
What is the covariant return type?
How do you access command-line arguments within the code?
Which of the classes will have more memory allocated?
What is replaceall in java?