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
Can you explain inner class.
Can we override the overloaded method?
Which class represents the socket that both the client and server use to communicate with each other?
What sorting algorithm does javascript use?
What is meant by bytecode?
Is special character in java?
What is the difference between Array and Hash Table?
Explain method overloading?
What is procedure writing?
Which one will take more memory: an int or integer?
What is a pointer and does java support pointers?
Are primitives objects?
explain multi-threading in java?
Is null a string in java?
Why is singleton instance static?