I only have one question, how can I pass the values of a class type arrangement to another completely different class type arrangement, when I pass the data the program tells me they are not suitable, what do I have to do to be able to pass the...
I am trying to POST a server from my Java application but the answer I get is a "400" - Bad client Request. Something I'm doing wrong.
I leave my code to see if you can help me:
package web.hpi;
import java.io.BufferedReader;
import java.i...
I have the question of how to return a coordinate value of an index String array [] [] in java
how could i do it
I have the following function and it does not work for me.
public String [][] getCasillaVacia() {
for (int i=0; i < estado[...
Buy a domain in godaddy and I have it on an external server,
how do I point it at the server and instead of it looking
Is the public ip seen by the domain?
Thank you.
Hello, I want to print a list of arrayList that has a document name, its address, its value and an array String [] of those who voted for that document but prints me with certain objects and not others.
This is my main
package PackPiezas;
imp...
I have a question, I'm doing an application in java, and for it I need a JDateChooser to disable certain dates, for example, that does not let me select the date 20/02/2018, but if the others, as could I do?
Hi, I want to generate only one random number in a while, so let's say vegeta is doing a route with speed 45 and its goal is 500, I want it to fall in a random path only one that increases its speed also randomly
package edu.cibertec.hil...
In the last few days I have been trying to make a web application for JSP, java and mysql connector 8. I have given an error when I try to execute it, I guess it is the order in the persistence but I have nothing in particular
my mistake is...