Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) There are three interfaces A,B & C. A extends B, B extends C, and C extends A.Is it multiple Inheritance? please anybody help me.....
5 10691How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
2965abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{
3 5185Since 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...
2284I 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 ????
CTS,
3 6106
what is object-oriented programming in java?
Explain what are final variable in java?
What are the advantages of using hibernate over jdbc?
What’s the difference between @controller, @component, @repository, and @service annotations in spring?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
Which of the classes will have more memory allocated?
which node is used to change the message in the flow?
What is substring in java?
What is t3 protocol?
How you will enable front-end validation based on the xml in validation.xml?
Is @override annotation mandatory?
How can default JVM be changed to other?
Which swing methods are thread-safe?
What is the main purpose of serialization in java?
Why is orm used?