I have the following code:
public class FlagApplication {
private Scanner keyboard;
....
private void insertNewRegistry(){
System.out.println("insira os dados de pessoa: nome, peso, altura, idade, sexo e bi.");
St...
I'm having trouble with this code, I'm starting programming, this is just an activity for practice. I do not understand why when executing the code the field 'Campus' does not allow the input of the information. Already on the 'Registration' f...
Good evening, I have a text file like the image
I need to read this file and grab the data and save it to an object array.
For example, I have a SALA object, this object has the following attributes:
number = room ||
north = north ||...
I have a problem in my program where I have to get links throughout the text file. I used regex to collect the links, however, only a few lines are captured (the file has approximately 3500 rows) and some links.
Note: The text file is from Whats...
Good afternoon
Below is a method that I use to read certain files in a folder. The problem is this. If the folder has 50 files (or 60, or 70, or 80 ...) and the method is reading a "defective" file (one of the files that fall in Exeception...
Good morning,
For months I've been looking for a plugin or function that will allow me to scan a barcode through my app developed in PhoneGap for iOS, Android and Windows Phone. Does anyone know of a plugin or tutorial that really works?
I re...
I'm having problems with data entries using Scanner with JOptionPane working fine.
Exception in thread "main" java.util.NoSuchElementException
at java.util.Scanner.throwFor(Unknown Source)
at java.util.Scanner.next(Unknown Source)
at j...