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 10667How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
2964abstract 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 5170Since 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...
2274I 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 6093
What is url encoding and url decoding
How does spring singleton work?
What is jdbctemplate in spring? And how to use it?
Explain the difference between association, aggregation and inheritance relationships.
How objects of a class are created if no constructor is defined in the class?
What is collections framework?
What is front controller in spring mvc?
What are the technologies that are supported by hibernate?
what is a cell in websphere?
What is the RMI and Socket?
What are important spring projects?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is an event in Swing?
Is sessionfactory a thread-safe object?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread