Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: James Rivera   on Jun 09 In Java Category.

  
Question Answered By: Barachias Levi   on Jun 09

you have just write "Exception in thread  main"
that means in you main  method some un-expected error
occure, might is can be ArrayIndexOutOfBoundException or
any other .. but for that i need the whole exception
message.. you have to look for [line no].. and name of
exception as i give example of ArrayIndexOutOfBound... that
means there is some error  where size of array is not
proper...

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Exception Handling Or get search suggestion and latest updates.


Tagged: