+ 2
What is java beans??
explain
3 Answers
+ 4
Did you mean Netbeans?
https://lmddgtfy.net/?q=netbeans
+ 4
JavaBeans are reusable software components for Java that can be manipulated visually in a builder tool.Practically, they are classes written in the Java programming language conforming to a particular convention. They are used to encapsulate many objects into a single object (the bean), so that the bean can be passed around rather than the individual objects.
Read this to know more about JavaBeans!:- http://crbtech.in/Java-Training/description-java-beans-detail/
+ 3
Let me Google it for you. https://en.m.wikipedia.org/wiki/JavaBeans



