• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

What is object mapping ?

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
58What is object mapping?

AThe process of converting a class diagram to Java code.
BA program that emulates a mainframe terminal and passes user input to the mainframe.
CThe process of building object wrappers around Java interfaces. This allows the legacy system to interact with your Java application.
DThe process of building object wrappers around legacy interfaces. This makes the legacy system available in an OO fashion.
please help me to find the correct answer ???
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
D is the correct answer, Object Mapping is mapping data from some system into Object properties.
 
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Apratim Khandalkar:
58What is object mapping?

AThe process of converting a class diagram to Java code.
BA program that emulates a mainframe terminal and passes user input to the mainframe.
CThe process of building object wrappers around Java interfaces. This allows the legacy system to interact with your Java application.
DThe process of building object wrappers around legacy interfaces. This makes the legacy system available in an OO fashion.
please help me to find the correct answer ???



Again: Don't you want to share YOUR thoughts first instead of just asking? Only by arguing yourself you will learn anythng.

Thomas
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic