1.

When will we get ArrayStoreException?

Answer»
  • ArrayStoreException is a runtime EXCEPTION
  • For example, you will GET this exception at RUN time if you declare a String ARRAY and then try to insert integer elements in the array. 


Discussion

No Comment Found