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 does || || mean in math?
What is difference between path and classpath?
How are commas used in the initialization and iteration parts of a for statement?
Why call by value prevents parameter value change?
What is the difference between length and length() method in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Does string is thread-safe in java?
Explain the difference between abstraction and encapsulation.
What is threaded programming and when is it used? : Java thread
What is a local, member and a class variable?
What does .equals do in java?
Explain the importance of thread scheduler in java?