Which one should we prefer while using bean ?
managed bean annotation or faces-config
Answer / m4n07
Since we can create managed bean by two ways as,
we can define the bean name in faces-config.xml file so that
page can use that OR we can write annotation on bean class so
that it is automatically assign to page but I want to know
which one is good programming practice ?
And also mention disadvantage of other which should not prefer
...
Thanking you...
| Is This Answer Correct ? | 0 Yes | 0 No |
What is B2B?
Which of the following are subclasses of java awt component?
What is mean by connection pooling?
Why awt is used in java?
Give some advantages of orm (object-relational mapping)?
What is a gui in java?
what is the purpose and activity of SessionFactory in hibernate?
13 Answers Cognizant, HCL, Oracle, PiServe Technologies,
Name the Implicit variable which is used to access other implicit objectes present in JSP.
What is java full stack developer?
I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????
is it possible to create single instance of java class per session in web application
Define thin client?