Posts by Marcos Vinícius • 227 points
2 posts
-
19
votes2
answers8059
viewsQ: What is upcasting and downcasting in the Java language?
What would be downcasting and upcasting in Java? Examples please.
-
2
votes1
answer1149
viewsQ: "Finish" method in Java
How does the "finalize" method work in Java? It is called implicitly? Below is a code with this method that I cannot understand. The class EmployeeTest calls this method, but I don’t know how.…