What is difference RMI registry and OSAgent?
Answer / suchitra kumar sukla(rcm)
The osagent is a process that allows CORBA servers to
register their objects and assists client applications in
the location of objects.
RMI Registry is a remote object registry started on the
specified port default 1099 .It is a bootstrap naming
servise used by RMI servers on the same host to bind remote
objects to names.
Rmiregistry can be done by following commands
c:\>start rmiregistry
| Is This Answer Correct ? | 4 Yes | 4 No |
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the difference between a menuitem and a checkboxmenuitem?
Define the remote object implementation?
What classes of exceptions may be caught by a catch clause?
what is the RMI / IIOP?
How many JSP scripting elements and what are they?
What are the ways to define classes that can be run as threads?
what is handle?
Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in
What is the purpose of the wait(), notify(), and notifyall() methods?
What value does readline() return when it has reached the end of a file?
whats is mean by tiles in struts