What is a Java Bean?

Answers were Sorted based on User's Feedback



What is a Java Bean?..

Answer / john doe

A Java Bean is a simple java file which contians Getters and
Setters. They are used to assign values to variables and
also retrieving them. This is to prevent the variables from
being manipulated directly by the user during any transaction.

Is This Answer Correct ?    4 Yes 0 No

What is a Java Bean?..

Answer / janet

A Java Bean is a software component that has been designed
to be reusable in a variety of different environments.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More EJB Interview Questions

What do you mean by in-memory replication?

0 Answers  


What do you understand by session facade?

0 Answers  


What is meant by ejb?

0 Answers  


Why do we use @requestmapping?

0 Answers  


Basic types of Enterprise JavaBeans?

4 Answers   TCS,






what is finder method?

1 Answers  


Is microservice stateless?

0 Answers  


Where is ejb used?

0 Answers  


In what format is the conversational data written to the disk?

0 Answers  


In an EJB project, Howmany tables and How many entity beans are used?

1 Answers  


What is use of @postconstruct?

0 Answers  


What is stateful or stateless?

0 Answers  


Categories