Answer Posted / rameshkrishna
javabean is encapsulate data in the form of
object.according to java specification javabean support any
number of properties and any number of events and
additional mthods..
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
What happens when main () method is declared as private?
What is arraylist e?
Difference between abstract and concrete class ?
How do you declare an array that will hold more than 64KB of data?
What is the final keyword denotes?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Why does my function print none?
What is the difference between post and put?
What happens if we override only equals?
How many types of threads are there in java?
Explain the difference between static and dynamic binding in java?
What is static import?
What is local class in java?
What is the relationship between clipping and repainting under awt?
What is floating data type?