Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    27
    Views
    20,691

    Re: Which constructor will be called in main

    Hi ,

    this won't cause any compile time or ru n time error.
    it'll run successfully.
  2. Answers
    7
    Views
    6,390

    JSP Re: how to configure the jdbc in weblogicserver

    hi,

    for JDBC COnnection in WebLogic,

    go to Services,

    First set Connection Pool and then Set DataSource.
  3. Answers
    2
    Views
    3,372

    JSP Re: Want to make a website

    hi,

    if u know html, thn its not a pbm.
    u can do the thing as in HTML.
  4. JSP Re: Unable to compile class for JSPc:j2sdkee1.2.1repository11044-

    hi,
    can you send me the JSP file.
    otherwise, check the JAVA file created for the JSP.
    it'll be in some folder of the application , check that one.
  5. Answers
    3
    Views
    4,220

    JSP Re: Transfer the control from a form to HTML

    Hi,

    through the tag,
    <form action="servletname">

    u can pass the request from HTML to Servlet.

    Advantage of HTML over JSP is,

    for eg,
  6. JSP Re: How to maintain session either in JSP or Servlets.

    hi,

    try this.
    u can't store this details in Session.
    bt u can store this DB as lastvisited Page.
    and while the user entering , check for that DB entry.then using that pageid u can go to that...
  7. Answers
    3
    Views
    21,734

    JSP Re: Display data in the form of table in Struts

    hi,

    anyway u r going to display the results in the JSP page right.
    in the JSP as usual u can create Tables, using <table> tag
  8. Answers
    3
    Views
    7,313

    JSP Re: Invoke JSP error page from servlet

    hi,

    u cann't invoke ,bt u can forward the response to that Error page
  9. Answers
    4
    Views
    5,763

    JSP Re: 2 Action Servlets in Struts Application

    hi,

    u can have any number Action Servlets
  10. Answers
    7
    Views
    6,390

    JSP Re: Where should I write the JDBC code

    Hi,

    use a seperate class which makes JDBC Connection.
    then call that class from all other servlets which needs to access database
  11. JSP Re: Writing Bussiness Logic using struts framework

    Hi,

    you have to write the business logic in EJBs.
    and call the EJBs from Action class.
    Action will make decision like which JSP page has to be called next
  12. JSP Re: Clarification regarding Java Interface and Inheritance

    Hi,

    for your first doubt, since u r passing the arguments (ServletRequest request),
    the object is not created.it'll be created only when ServletRequest request=new ServletRequest();

    for your...
  13. Answers
    2
    Views
    3,849

    JSP Re: How to read a value from resultsetobjet

    Hi,

    try this.for eg consider u want to access the field salaray from employee table.
    and u r sending empid through request.u r gettign the empid from the dropdown table .consider salary is the...
  14. Answers
    3
    Views
    18,131

    JSP Re: how to link jsp pages

    Hi,
    you can use <jsp:forward> to link a jsp to another jsp
  15. Answers
    3
    Views
    18,131

    JSP Re: how to link jsp pages

    Hi,

    while linking to JSPs/HTMLs with anchor tag use complete URL of the JSP like

    http://hostaddress:portnumber/jspname.

    But i'm not sure about the link between Servlets ina system to the...
Results 1 to 15 of 15
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