Posts by Raphael Silva • 3 points
2 posts
-
0
votes1
answer43
viewsQ: the serialVersionUID of has to be the same in all classes "Serializable"?
I already have some notion about the serialVersionUID representing the class version (in bytes form) very objectively. But the version number can or should be the same in different classes ?
-
0
votes1
answer172
viewsQ: How to redirect url - redirect 301 - through a request ? (Httpurlconnection)
I’m trying to get a status code[ redirect 301, Location : ] through a request. This request brings as parameter an id associated to a database stored url (in this case, a Map), with the id, I search…