Posts by Lucas Verissimo • 51 points
2 posts
-
0
votes1
answer68
viewsQ: Query in database returns incorrect data
Hello! I am making a query in the database and it is returning the incorrect data (as shown in the image). It is returning the class path within the package. Below is the code of the class (for…
javaasked Lucas Verissimo 51 -
4
votes3
answers3072
viewsQ: How do a div or span occupy only the size of its internal content?
How can I make the div or span occupy only the space of its internal content? When I create a div here, it always takes up 100% of the space. I tried this but it didn’t work: div{ padding: 10px;…