Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) 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...
What is the difference between overriding & overloading?
How to get the actual path of servlet in server?
Is dependency injection necessary?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
Which is more beneficial: Stateful or Stateless Bean?
How would you deal with slow application complaint from clients?
What is the use of ioc?
Difference between method overloading and method overriding in java ?
What is the difference between first level cache and second level cache?
What do you mean by Hash Map and Hash Table?
What are the States of the Weblogic Server ?
What is requestmapping?
What are the different types of garbage collectors in java?
Where are register variables stored?