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
What are the two categories of data types in the java programming language?
Why pointers are not used in java?
What is null data type?
What is difference between filereader and bufferedreader?
How do you check if a number is a perfect square?
What is string length in java?
What is meant by class and object in java?
Write a program to find the whether a number is an Armstrong number or not?
Why collection doesn’t extend cloneable and serializable interfaces?
What is java english?
Java.util.regex consists of which classes?
Can you make a constructor final?
How are this() and super() used with constructors in java programming?
What is the program development process?
What do you mean by an object in java?