what is data binding? give the example
Answer / 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 |
what is the difference between equals method and ==
17 Answers IBM, Professional Access, TCS,
What is methodological framework?
List the different types of classloaders in java.
How to print nodes of a Binary tree?
Why are the methods of the math class static?
What is palindrome in java?
What is the purpose of a statement block?
What is java volatile?
What is data type modifier?
What is encapsulation? Elaborate with example?
Why is stringbuffer faster than string?
How does java pattern compile work?