I started to study Dart and I came across this questioning. In java, the type is always used in the declaration of a variable. However, Dart allows you to declare both using "var" and variable type, with some exceptions. What would be the most c...
When I try to run java, this error occurs.
I'll send the code.
MODEL:
package com.pi.drogaria.model;
import javax.persistence.Column;
import javax.persistence.Entity;
@SuppressWarnings("serial")
@Entity
public class Estado extends Codi...
I want to develop expense control software and want to use JavaSwing with MySQL. So I have a question regarding the database. I know it stays on a server, but when I compile the program and want to distribute the software will I have to install...
I would like to shuffle an ArrayList, and I'm trying to do this with Collections.sort (), but I do not think it's happening
The code I'm using is this:
Thread t = new Thread(new Runnable() {
@Override
public void run()...
Currently, I have a search with Criteria that brings me results normally, but I want to add an implementation of type NOT to it.
Does anyone have an idea how I could do this?
I put in the code a comment with a possible idea of the i...
Good afternoon .. I need to do a project in java on netbeans that the program go to the site and look for what was typed in the text field of the program. My theme is recipes and the site is cybercook, typing cake in the search screen of my prog...
I am creating a database on Android that has a column called status where it is saving (0 or 1) 0 for when it is without internet and 1 for when it has internet, I want to do the update of the bank for the following to occur, when to return th...
How to convert a JTextField component to type Date ? How to do research?
How to create a query for the database by returning a list of requests according to a date range?
Follow the code currently used:
if (opcaoBusca.getSelect...
I have a question:
I have a method that walks through a list of clients and in it checks if it is of type accountSolidaria = 3, every time the method goes through this list it gives an alert showing a user with a joptionpane that he is suppor...