Answered Questions

  • How many types of action clases are there in stuts?their uses?

    prasanth

    • Nov 24th, 2011

    I think in struts1.x we are having 7 action classes

    1.DispatchAction
    2.ForwardAction
    3.IncludeAction
    4.MappingDispatchAction
    5.LocalAction
    6.SwitchAction
    7.LookupDispatchAction

    and i don't know about ActionDispatcher.

    nandana

    • Jul 19th, 2011

    There are 9 action classes are there
    1.action
    2.dispatch action
    3.mapping dispatch action
    4.lookup dispatch action
    5.include action
    6.forward action
    7.switch action
    8.locate action
    9.download action

  • What is OOPS?

    OOP is the common abbreviation for Object-Oriented Programming. 

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: shahistha

    • Dec 5th, 2005


    OOPs is an Object Oriented Programming language,which is the extension of Procedure Oriented Programming language.OOps reduce the code of the program because of the extensive feature of Polymorphism.OOps have many properties such as DataHiding,Inheritence,Data Absraction,Data Encapsulation and many more.

    MD SADDAM HUSSAIN

    • Mar 22nd, 2016

    OOPs. Object Oriented Programming is a paradigm that provides many concepts such as inheritance, data binding, polymorphism etc.

    pooja odhekar

    • Feb 28th, 2013

    OOPS provides features like polymorphism, inheritance, abstraction.