Posts by user42128 • 31 points
1 post
-
3
votes2
answers3331
viewsQ: Check whether the attributes of an object are null in a less manual way
How to solve this: Objeto obj = new Objeto(); if(obj != null){ //executa o codigo } The question is: have I instated the object, beauty? Only I have not set any value for it so all its attributes…