Sunday, June 30, 2013

Eclipse Profile settings

Eclipse: How Set maximum line length for auto formatting(ctrl+shift+f)?


Ans: Go to eclipse windows menu --> In preferences Java -> Code Style -> Formatter, edit the profile. Under the Line Wrapping tab is the option for line width (Maximum line width:). you will need to make your own profile.

Thursday, June 27, 2013

Execution Exception In Play - Infinite recursion

Execution exception

[RuntimeException: java.lang.IllegalArgumentException: Infinite recursion (StackOverflowError) (through reference chain: models.RateStructure["tender"]->models.Tender["rateStructure"]->com.avaje.ebean.common.BeanList[0]->models.RateStructure["tender"]-

Wednesday, June 12, 2013

JAVA QUESTIONS

What are parameters inside execute method in struts ?

Ans:  public ActionForward execute(
            ActionMapping mapping,
            ActionForm form,
            HttpServletRequest request,
            HttpServletResponse response) throws Exception{

What are the native methods in java?


Input type for controller method in spring?


Return type of main method?

How to define abstract class?

Difference between hashmap and hashtable?
Different methods of integrating hibernate with spring?

Components of Struts?

Composite Key in Hibernate?


what is java interface?.
java interface , class and abstract class?
how to find a class of an object?
What is JMS?
what is EJB and it types?
Tell me about weblogic server?

difference service and proxy service?

Tuesday, June 11, 2013

xls-formula

=CONCATENATE(C3,": ""required"",")