Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    1
    Views
    10,689

    JSP Re: doget method instead of doPost

    well..a good question i would say :D and i was asked the same thing in one of my JAVA tech interviews..and I answered it ;)

    If you implement only doGET() and dont implement doPOST() then all the...
  2. Re: Why we have to close connection, statement, prepared statement

    not closing connections to DB server will soon result in no managed connections available exception i.e. other threads/programs needing to use connections will not find any as all connections are...
  3. Answers
    18
    Views
    18,707

    Re: when we use String and StringBuffer?

    String is immutable whereas StringBuffer and StringBuilder can change their values.

    The only difference between StringBuffer and StringBuilder is that StringBuilder is unsynchronized whereas...
  4. Re: Is making the methods thread safe, allowed in EJB

    If you use synchronize in EJB methods then that program violates the following EJB guideline:

    "An enterprise bean must not use thread synchronization primitives to synchronize execution of...
Results 1 to 4 of 4
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