Java: NullPointerException?
-
Here's the code I have and it is giving a very stupid error! any idea why? public class Main { public Main() { allStudents = new Stu[1]; ...show more
-
Answer:
We have to allocate the memory individual elements of the array. If you give that no more errors will not be occurred there. And please define the students class outside of the Main class. Because this is not better of the good programmers.
ZGVZWGAVNU7KZALKLQDWDPPNNQ at Yahoo! Answers Visit the source
Other answers
You declare the array, but don't put any objects in it allStudents[0]= new Stu(); //right before the spot you got the null pointer For that matter, do you really want an array? A Vector might be a better choice.
Greg M
I think the variables in a class are default to private, so to change them requires a method in the class.
Tasm
Related Q & A:
- Where To Get Best AntiVirus For Java Mobile?Best solution by antivirus.com
- What is Java?Best solution by Yahoo! Answers
- How to connect to bluetooth device in Java?Best solution by Stack Overflow
- How to Implement Gateway Service something similar to Oracle API gateway Using Java and Java based Open Source frameworks only?Best solution by Quora
- Difference between Java 2 and Java 6?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.