Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Binding object

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Binding object

    I have an Object A that contains more elements, and i have an object B that is equal to A.
    If A elements contains value, how can set B with same value?
    Thanks.


  2. #2
    Member angstrem's Avatar
    Join Date
    Mar 2013
    Location
    Ukraine
    Posts
    200
    My Mood
    Happy
    Thanks
    9
    Thanked 31 Times in 29 Posts

    Default Re: Binding object

    Do you want to change B when A changes? Or what?

Similar Threads

  1. Two questions about key binding.
    By Clex19 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: July 9th, 2012, 04:27 PM
  2. difference between late binding and runtime polymorphism?
    By saajan.josemk in forum Member Introductions
    Replies: 1
    Last Post: June 15th, 2012, 08:08 AM
  3. Late binding problem ?
    By sanguinarius in forum What's Wrong With My Code?
    Replies: 5
    Last Post: December 28th, 2011, 07:27 AM
  4. key binding: VK_ALT and VK_SHIFT not working
    By gib65 in forum AWT / Java Swing
    Replies: 5
    Last Post: November 25th, 2010, 05:54 PM
  5. Extracting the BINDING element from WSDL file
    By Sai in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 26th, 2010, 02:56 AM

Tags for this Thread