Answer Posted / nisid ranjan jena
Java Bean is simply a java class which has some setter
methods and getter methods to represent data.It is basically
used to encapsulate many objects into a single object so
that can be distributed in network.Java beans are reusable
components.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain spliterator in java8?
Does java vector allow null?
What is purpose of applet programming?
List the features of java programming language.
Explain static nested classes ?
Explain the private field modifier?
Why does java does not support multiple inheritance? Explain
Does java allow overriding static methods ?
What is bubble sorting in java?
What is the reason behind using constructors and destructors?
Are maps ordered java?
What does escaping a character mean?
What is variable declaration and definition?
Difference between notify() method and notifyall() method in java?
Explain public static void main(string args[]) in java.