+ 2

What is java beans??

explain

21st Jun 2018, 11:03 AM
Aahnik Daw
Aahnik Daw - avatar
3 Answers
+ 4
Did you mean Netbeans? https://lmddgtfy.net/?q=netbeans
21st Jun 2018, 11:09 AM
Mickel
Mickel - avatar
+ 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/
22nd Jun 2018, 5:45 AM
pranit patil
pranit patil - avatar
+ 3
21st Jun 2018, 2:30 PM
Lstiti