what is data binding? give the example



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

Post New Answer

More Core Java Interview Questions

What does || || mean in math?

0 Answers  


What is difference between path and classpath?

0 Answers  


How are commas used in the initialization and iteration parts of a for statement?

2 Answers  


Why call by value prevents parameter value change?

0 Answers  


What is the difference between length and length() method in java?

0 Answers  


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

0 Answers   HCL,


Does string is thread-safe in java?

0 Answers  


Explain the difference between abstraction and encapsulation.

0 Answers  


What is threaded programming and when is it used? : Java thread

0 Answers  


What is a local, member and a class variable?

0 Answers  


What does .equals do in java?

0 Answers  


Explain the importance of thread scheduler in java?

0 Answers  


Categories