Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
What is strategy in hibernate?
What are the spring components?
What is the difference between sendredirect() and forward() in a servlet?
What is math in java?
Define Context?
What is meant by custom tags?
What are the benefits of spring boot? : Spring Boot
What is the purpose of a default constructor?
What is the difference between applet and application?
What is vector capacity in java?
What is spring jdbctemplate class and how to use it?
Explain the core end goal while using java struts?
What is @required annotation in spring?
Explain creating threads by implementing runnable class?
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...