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 |
Can an abstract class be a final class?
What is a control variable example?
What is core java called?
Why java is a platform independent? Explain
What is use of set in java?
What is difference between Heap and Stack Memory?
Which package is used for pattern matching with regular expressions?
How do you break a loop?
What is static block?
Can an interface have a class?
What is string builder in java?
what is main difference b/w abstract class and interface