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
Which collection is best for sorting in java?
What happens if an exception is not handled in a program?
Can an object subclass another object?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Explain runtime exceptions?
How do you sort a string in java?
What is array size in java?
How are variables stored?
What is the difference in between cpp and java? Can u explain in detail?
What is treeset in java?
Explain static nested classes ?
What is protected access modifier?
how to split string in java?
How do you generate random numbers in java?
What restrictions are placed on method overloading?