Search:

Type: Posts; User: Umasri

Search: Search took 0.10 seconds.

  1. Re: What is wrong in My code. Going to Else part..Can you please suggest me.

    "TestType" Value i will get From Excel sheet.It is a cell value.
    2347
    It is giving the exact value as "Shakedown"
    For name1 i gave a value "Shakedown"
    And comparing these values.
    Output:
    =====...
  2. Re: What is wrong in My code. Going to Else part..Can you please suggest me.

    For this what i have to do?This is my first program.So i am not able to find the mistake.
    Can you please tell me what are the changes i have to do in my program.
  3. Re: What is wrong in My code. Going to Else part..Can you please suggest me.

    I am having the doubt about that"can't we compare the String and Object?"
    I tried with all the conversions but still it is not working.
    In Output I am getting the value TestType = "Shakedown"
    ...
  4. Re: What is wrong in My code. Going to Else part..Can you please suggest me.

    public static Object TestType;
    public static Object name1 = "Shakedown";
    //and in display method got the values
    public static void displayDataExcelXLSX(Vector vectorData) {
    Vector TestType1 =...
  5. What is wrong in My code. Going to Else part..Can you please suggest me.

    import java.io.FileInputStream;
    import java.util.Iterator;
    import java.util.Vector;
    import java.lang.String;

    import javax.swing.JOptionPane;

    import org.apache.poi.xssf.usermodel.XSSFCell;...
Results 1 to 5 of 5