Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Answers
    10
    Views
    11,614

    Re: difference b/w Exception and Error

    an exception is caught and recovered where as an error is unrecovered
  2. Answers
    5
    Views
    11,208

    Can we change the name of the web.xml file

    Hi,

    Can any one clarify my doubt i.e. can we change the name of the web.xml file?
  3. Re: Eds (electronic data systems india pvt ltd) at cathedral road chennai 16-12-2006

    hi
    congracts yar
    EDS is a very good company .
    that i a company which will give very good package.
    bye
  4. Re: How to call the javascript code on click of the calendar icon

    hi
    i will give u one code u copy that it will help u
    in the jsp u call like this show_calendar('jspformname.fieldname');
    and in the java script u write that code

    function show_calendar() {
    ...
  5. Re: About arrays memory locations where they are storing

    as of my knowledge arrays memory will be stored in the stack
  6. Answers
    2
    Views
    3,099

    Re: anybody pls solve my solution

    hi friend
    i already import jxl package and every thing is working fine
    but how to create a new row dynamically in the excel sheet from the servlet
    can u tell me
    please
  7. Answers
    2
    Views
    3,099

    anybody pls solve my solution

    hello
    my requirement is i have to call the excel sheet from the servltes and it should take the valeus from the database and popultate those values in the excel sheet. how to do this ?
    2. how to...
  8. Re: 56% in 10th and above 70% in the rest of my academics

    hi indu
    company's like satyam,tcs,wipro and infosys like company's consider ur acedemic track starting from tenth standard.
    but dont be dissapointed because very few of these companys will...
  9. SQL Re: How do I reverse a string with sql query only?

    by using REVERSE we can reverse the string like
    select reverse('string') from dual;
  10. Answers
    2
    Views
    3,005

    Re: Am I eligible for CSC

    yes u r eligible
  11. JSP Re: When does the web container calls the destroy() method

    the container calls the destroy method before removing the servlet instance from the service . this normally happens when servlet container is shutdown or when servlet container needs the free memory.
  12. Re: I had 58.9% in my intermediate, Am I eligible for Satyam

    hi suneetha
    as of my knowledge companies like satyam ,tcs,wipro and infosis. these companies dont take people having less than 60%. but u dont dissapoint lot of companies are there which they will...
  13. Answers
    23
    Views
    370,628

    Re: A Little Story…………

    excellent.
    heart touching
  14. Answers
    15
    Views
    7,804

    JSP Re: Regarding Servlets

    no thats wrong yar
  15. Answers
    15
    Views
    7,804

    JSP Re: Regarding Servlets

    hello trycatch
    thanks for ur reply
    but i ask the difference between getSession() and getSession(true) not
    for getSession(false)
  16. Answers
    15
    Views
    7,804

    JSP Regarding Servlets

    hello
    can any one tell me
    what is the difference between request.getSession()
    and request.getSession(true).

    thanks in advance
    samineni
  17. Answers
    2
    Views
    3,227

    Re: what is Autoboxing in java

    AutoBoxing means Conversion of Primitive to Wrapper Object automatically.
    this concept is newly added in java5.0.
  18. Answers
    5
    Views
    3,894

    Re: is java is a..

    can any one explain by taking the example of primitive datatypes ?
  19. Answers
    5
    Views
    3,894

    is java is a..

    hello

    is java is a pure object oriented programming language ?
    if not why ?

    can any one explain briefly please.
  20. Answers
    3
    Views
    6,306

    JSP Re: Book for JSP and Servlets

    hi friend

    have u read this book
    can u tell me .
  21. Answers
    8
    Views
    10,608

    JavaScript Re: JavaScript form address field validations

    getting problem while displaying for loop

    for (i = 0;i <text.length && f == true; i++)
  22. Answers
    8
    Views
    10,608

    JavaScript Re: JavaScript form address field validations

    function checkAddress(sText)
    {
    var ok = "0123456789";
    var f=true;
    var Char;
    var text=sText.value;
    for (i = 0;i <text.length && f == true; i++)
    {
    Char=text.charAt(i);
    ...
  23. Answers
    8
    Views
    10,608

    JavaScript Re: JavaScript form address field validations

    sorry u copy this one

    function checkAddress(sText)
    {
    var ok = "0123456789";
    var f=true;
    var Char;
    var text=sText.value;
    for (i = 0; i <text.length && f == true; i++)
    {
  24. Answers
    8
    Views
    10,608

    JavaScript Re: JavaScript form address field validations

    hi

    the code given by suresh is correct but little modification then it will work

    function checkAddress(sText)
    {
    var ok = "0123456789";
    var f=true;
    var Char;
    var text=sText.value;
  25. Answers
    8
    Views
    10,261

    Preparing for Java Certification

    hi friends

    iam wokring in j2ee(jsp,servlets and Ejb) and iam intrested to do certifications

    but i dont know about certifications on java can any one suggest what is the
    certification i have...
Results 1 to 25 of 30
Page 1 of 2 1 2
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