Search:

Type: Posts; User: srinivasdumpala; Keyword(s):

Search: Search took 0.00 seconds.

  1. JSP Re: Writing Bussiness Logic using struts framework

    Never implement business logic in action class,its not recommended.its visible to client and its tight coupled.
    Always delegate the biz logic using form beans or DTO or EJB.

    Action is only...
  2. Answers
    2
    Views
    7,193

    Re: Storing form variables in a session

    hi ,

    we can retain the values using request and session.
    By request ,you need to pass the req object every page if u want to get back details by using hidden fields. before putting values...
  3. Answers
    8
    Views
    7,772

    Re: Declare main method as private

    hi ,

    In run time,jvm checks main method with this convention(public static void main(String args[]) )
    if you dont define this method as actually defined, JVM shows run time error as no such...
Results 1 to 3 of 3
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact