This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269519 - Problem with 2d array
Summary: Problem with 2d array
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: PC Windows 8.1
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-10 06:37 UTC by Rishan
Modified: 2017-01-10 06:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Pic describing error while executing program (117.18 KB, image/png)
2017-01-10 06:37 UTC, Rishan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rishan 2017-01-10 06:37:43 UTC
Created attachment 163367 [details]
Pic describing error while executing program

Sir, i am just a beginner and was trying to write program to prompt user to add value in 2d array but instead "Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2
	at javaapplication1.JavaApplication1.main(JavaApplication1.java:27)
C:\Users\Rishan\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: " came up.