what is java bean?where can we use it?

Answer Posted / hemantcse

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 ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the “static” keyword mean? Can you override private or static method in java?

621


What loop means?

553


What is difference between static variable and global variable?

542


What is a lambda expression ? What's its use ?

558


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

1577






How to create packages in java?

519


Is 0 an irrational number?

591


What are 5 boolean operators?

612


What are synchronized methods and synchronized statements in java programming?

566


Java is Pass by Value or Pass by Reference?

616


What are the topics in core java?

525


What do you mean by order of precedence and associativity?

539


How does arrays sort work in java?

592


What is private protected in java?

543


What do you understand by overloading and overriding in java?

535