Questions tagged as 'java'

3
answers

Differences between nextInt and parseInt?

Differences between nextInt and parseInt? I try to make a code that performs a subtraction from two numbers entered by keyboard, the first code is what I tried to do and the second code would be part of the solution with which I have doubts. S...
asked by 11.12.2017 / 16:36
2
answers

error when using Enum in JAVA

Sure it is a very silly mistake ..     
asked by 19.12.2017 / 01:15
1
answer

Error with Exception in thread "main" java.lang.NullPointerException [duplicated]

Hi, I would like to see if you could help me see what the error really is I do not understand it: Exception in thread "main" java.lang.NullPointerException at formulariomedico.Vista.<init>(Vista.java:89) at formulariomedico.For...
asked by 08.03.2018 / 12:16
2
answers

Controller by entity?

Currently I'm looking to improve my development, correcting what I'm doing wrong. I would like to know, when applying the DAO and MVC pattern, I have understood that an entity must be created that represents each table in the database, theref...
asked by 26.01.2018 / 12:09
1
answer

How to add elements to an ObservableList in JavaFx?

I am currently making a form where I want to store the record of a student of any institution, in that form I have a ComboBox that is "group" and in that Combo I would like to store information of the database on said table. Group Model pac...
asked by 17.12.2016 / 23:45