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 it necessary for the port addresses to be unique? Explain with reason.
what is difference between length and length()?
Why singleton pattern is better than creating singleton class with static instance?
whatis Home interface and Remoteinterface? with example?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Is java hard to learn?
In Java, what types of classes perform inheritance?
What is a final class in java?
how to create constants in java?
Explain JMS in detail.
How does system arraycopy work in java?
Explain Big-O notation with an example