Answer Posted / priya
Data binding is general technique that binds two data/information sources together and maintains synchronization of data. This is usually done with two data/information sources with different languages as in XML data binding. In UI data binding data and information objects of the same language but different logic function are bound together (e.g. Java UI elements to Java objects).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
explain multi-threading in java?
How do you define a method?
What is the benefit of inner classes in java?
How can we pass argument to a function by reference instead of pass by value?
Is break statement can be used as labels in java?
What is your platform’s default character encoding?
Why we use multi threading instead of multiprocessing?
Differece between class and generic class?
Who developed java?
What is difference between wait and notify in java?
What do you mean by append?
Which class should you use to obtain design information about an object in java programming?
What is a local block?
What is hash table in java?
Is simpledateformat safe to use in the multithreaded program?