Posts by Leonardo • 13 points
1 post
-
1
votes2
answers291
viewsQ: Error when instantiating an object
When I will instantiate the object Vendedor this error appears: java.lang.NullPointerException at Vendedor.<init>(Vendedor.java:9) I’d like to know what it means and how to fix it?…