• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ask for help. a topic about RMI

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Question: Which of the following is not true about RMI?

a.RMI uses the Proxy design pattern.

b.RMI uses object serialization to send objects between JVMs.

c.The RMI Registry is used to generate stubs and skeletons.

d.The RMI client can communicate with the server without knowing the server�s physical location.

the given answer is 'c'. but i think the option 'd' is also NOT TRUE. because it is need to specify the romte host ip to find the registered rmi service. any comments? thanks advance.
 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you think if we you a naming service like JNDI, we may eliminate that need?
Amol.
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
rmic is for creating STUB and SKELETON.They have metioned RMI Registry. The trick is we need to identify RMI REGISTRY and SERVER in different angle. I did not see such confusing questions when i wrote PART 1.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic