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 |
Is there any difference between nested classes and inner classes?
How do I convert a string to an int in java?
Difference between String and String Buffer?
What is a priority queue java?
I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?
What is multiple inheritance & can we implement it in java?
What is google full form?
How many types of syncronization?
Can interface be private in java?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is OOP?
Can we declare an interface as final?