Posts by teofilooooo • 21 points
4 posts
-
0
votes1
answer34
viewsQ: PHP - Using phpmailer passwords
Working with php Mailer, a question has arisen regarding the use of passwords. I am developing a page with form, and I wanted to know if it is safe to put the email password in the email class…
-
0
votes0
answers47
viewsQ: How to create an object through a String?
Suppose I have the following object: public class ItemDePedido { private int qtde; private double subtotal; private Produto produto; } In memory this object (already created) is interpreted as :…
javaasked teofilooooo 21 -
0
votes1
answer497
viewsQ: How to get the value of a Jspinner inside a loop?
I am mounting a screen where products are displayed from a database: product title, price, button and a spinner. I try to give a jspinner getValue, but it does not return the value that the user…
-
-1
votes1
answer399
viewsQ: Doubt about the eclipse [Workspaces Master]
Hello, I would like to know why my eclipse treats a project like [Workspaces Master] And why classes get a question mark. (This project was imported).…