Posts by Neto • 28 points
3 posts
-
0
votes1
answer23
viewsA: Java skips my scanner and won’t let me answer!
In java if you compare the value of a String variable and a literal value (even if it is a string between quotation marks) with "==" it returns false, so it jumps straight to the last Else, when all…
-
0
votes0
answers9
viewsQ: Error when exporting a database using mysql Workbench 8.0
This is my first time using Mysql WORKBENCH, I’m having problems when exporting a database. In the image below are the parameters that I configured in the Data Export tab before starting the…
-
0
votes3
answers238
viewsQ: Rendered content behind the Statusbar
I’m taking a course where the app screen should be this way, with the component at the top not exceeding the layout limit: But in my code it was like this: You can see until the icon has been cut.…