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

Does java have extension methods?

0 Answers  


Difference between canvas class & graphics class?

1 Answers  


Can we write class inside a class in java?

0 Answers  


What does it mean that a class or member is final?

0 Answers  


What is definition and declaration?

0 Answers  






how to make a un-checked exception as a checked exception one.

2 Answers  


Is boolean a data type in java?

0 Answers  


What is an example of declaration?

0 Answers  


whats string ?

10 Answers   HCL,


What is the purpose class.forname method?

0 Answers  


What are the legal operands of the instanceof operator?

0 Answers  


Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..

7 Answers  


Categories