User Profile

Collapse

Profile Sidebar

Collapse
Pranali
Pranali
Last Activity: Nov 25 '10, 10:47 AM
Joined: Nov 23 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Exception in thread "main" java.lang.Array IndexOutOfBound sException:

    The following program gives the above error

    import java.io.*;
    class Live
    {
    public static void main(String args[])throws IOException
    {
    float tot=0;
    String ar[]=new String[25];
    int aa[]=new int[25];
    String ag[]=new String[15];
    int gg[]=new int[15];
    String at[]=new String[10];...
    See more | Go to post

    Leave a comment:


  • Pranali
    started a topic Error in my Program[URGENT]
    in Java

    Error in my Program[URGENT]

    i get
    Exception in thread "main" java.lang.Array IndexOutOfBound sException: 2
    at Live.main(Live. java:86)

    The program given forward is the program that gives me the above error...please help
    import java.io.*;
    class Live
    {
    public static void main(String args[])throws IOException
    {
    float tot=0;
    String ar[]=new String[25];
    int aa[]=new int[25];...
    See more | Go to post
No activity results to display
Show More
Working...