Answer Posted / ashok sharma0834110008
A JavaBeans is a reusable s/w component that can visually manipulated in builder tools. [a]
Beans can be visible objects,such as AWT components or invisible objects such as queue.
Javabean is component, coded to an specific standard, use within an application or applet
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of an interface?
When is finally block not called?
What is constructor and its types?
What does flagged out mean?
What occurs when an object is constructed?
Write a program to find maximum and minimum number in array?
Can we create an object of static class in java?
What is class and its types?
What is difference between local variable and global variable?
Write a method to check if input string is palindrome?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
How can you say java is object oriented?
What is method reference in java?
What is the difference between stored procedure & function?
What is finalize()? Is finalize() similar to a destructor?