Posts by José Erildo • 9 points
2 posts
-
0
votes2
answers736
viewsQ: Error: non-static variable this cannot be referenced from a Static context
This code is giving error: non-static variable this cannot be referenced from a Static context When I take the static main does not look like the warnings in Netbeans, but when compiling it makes an…
-
-1
votes1
answer54
viewsQ: Doesn’t Arraylist accept Overload Polymorphism?
I am trying to overload the add method, but apparently this does not work with Arraylists. Confirm? Métodos: public int somar(ArrayList <Classe> classe){...} public int…