Posts by Henrique Aguiar • 31 points
4 posts
-
-1
votes2
answers73
viewsQ: Variable is not receiving value - C#
Please, I need help, I have three whole variables, one of which receives the result of the division of the other two, but the recipient is not receiving the value, would anyone know why? The two…
-
1
votes2
answers47
viewsA: Mysql Query with Infinite Loop in C#
It would need more information of the classes involved, usually this type of error happens by circular reference between class instance: Class1 depends on class 2, which depends on Class1.
-
1
votes0
answers24
viewsQ: Error while using Servlet resources
Good evening colleagues, Please, I need your help to understand what’s going wrong, I have the following form: form action="CronogramaNegocio" method="get"> <div class="col-md-3…
-
-1
votes1
answer118
viewsQ: Help with Java Pointer Error
I’m doing a Bank Queue project with priority, I did everything the way I learned, but this giving some null pointer error that I’m not able to understand, could someone please help me understand…