Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Request for OCE dumps

This is a discussion on Request for OCE dumps within the Oracle Apps forums, part of the ERP category; hai everybody,can anyone help me by sending me any dumps for the certification in Oracle 11i System Administration............as soon as ...

  1. #1
    mail2cmin is offline Junior Member Array
    Join Date
    Apr 2007
    Answers
    1

    Request for OCE dumps

    hai everybody,can anyone help me by sending me any dumps for the certification in Oracle 11i System Administration............as soon as possible to the mail id mail2cmin@gmail.com


  2. #2
    webprogramer is offline Junior Member Array
    Join Date
    Nov 2007
    Answers
    1

    getting error as access modifier

    import keyboard.Keyboard;
    import java.util.Arrays;
    import java.util.Random;
    import java.lang.reflect.Array;


    public class AirlineBooking1
    {
    // public AirlineBooking(
    //)
    final int SEATCAPACITY = 10;
    int smoke=1;
    int nonsmoke=2;
    int [] seatonezero;
    int m;


    AirlineBooking1 user = new AirlineBooking1();

    seat = new int[SEATCAPACITY];

    String[] seatonezero= { "0","0","0","0","0","0","0","0","0","0" };


    System.out.println("Seats options: 1)SMOKE 2)NON-SMOKE. Enter your choice: ");

    m = Keyboard.readInt();

    System.out.println m;



    for (int i = 0; i < 5; i++){
    seat[i] = 0;
    }









    //do
    //{




    //}while()



    // for(int index = 0; index<SEATCAPACITY;index++)
    // seat[index] =









    //for( int index=0; index<SEATCAPACITY; index++){
    // if(again == JOptionPane.YES_OPTION){
    // seat[index] = 1 ;
    // }
    //}

    //for( int value:list ){
    // System.out.print(value + " ");
    // }









    }

    urgent

    thanx in advance


Latest Article

Network Security Risk Assessment and Measurement

Read More...