what is Remote Reference Layer ?
Answer / 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 |
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
Is java a compiler?
We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?
When is the arraystoreexception thrown?
What are streams?
Tell me how many ways are there to initialise an integer with a constant.
What does a boolean method return?
Difference in the use of print, println, and printf.
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is sorting in java?
Explain the use of volatile field modifier?
Explain about abstract classes in java?