Posts by Lucas Ferraz • 11 points
1 post
-
0
votes2
answers55
viewsQ: Method returning Nullpointerexception (JAVA)
I’m doing an object-oriented exercise, I have a Car object and a Driver object, when I try to assign String name to one of the objects this returning me a Null public class Motorista { String nome;…