| Author |
What is java bean
|
Priyanka Tripathi
Greenhorn
Joined: Jun 27, 2012
Posts: 6
|
|
Hi,
it might be a silly think to ask to experts here,but i am completely new to java bean.
Please explain as exactly what it is and where it is used..
I am all together very confused ..
and also suugest some basic and good tutorial or book for beginners..
thanks
|
 |
William P O'Sullivan
Ranch Hand
Joined: Mar 28, 2012
Posts: 860
|
|
Java is another term for coffee (The stuff you drink)
Coffee is made from Beans.
A bean is a single entity, or Java Class/Object.. whatever.
They are building blocks to true Java OO applications.
Go to the book store, Java for Dummies or go online. Read some examples on this great forum.
You will not lack for resources.
WP
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56209
|
|
"What is ______?" type questions are best handled with a google search: java bean
Short answer: a pattern for making Java classes predictably discoverable.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: What is java bean
|
|
|