Posts by Renato Lucas • 35 points
3 posts
-
2
votes1
answer91
viewsQ: ISA x Performance
How can the amount of instructions (ISA) affect a system’s performance analysis? Compiler can help improve results?
-
0
votes0
answers272
viewsQ: JSF error - The value of Columns attribute must be Greater than zero
I have this problem, specifically in the Selectmanycheckbox component. Follow the code of my Bean: package controle; import java.io.Serializable; import java.util.List; import…
-
1
votes1
answer116
viewsQ: Problems with Alert Dialog
I have a problem capturing a text input in a dialog box on Androidstudio. I want to receive the quantity of a product and add in a ArrayList, but the function does not wait for the insertion in…