Click here to Skip to main content
15,896,557 members
Home / Discussions / Java
   

Java

 
AnswerRe: converter video Pin
Bernhard Hiller19-Nov-13 22:06
Bernhard Hiller19-Nov-13 22:06 
QuestionWeb WCF Pin
SheraX19-Nov-13 5:11
SheraX19-Nov-13 5:11 
QuestionUnderstanding Java Integer Pin
Raptor8118-Nov-13 10:05
Raptor8118-Nov-13 10:05 
AnswerRe: Understanding Java Integer Pin
Richard MacCutchan18-Nov-13 22:28
mveRichard MacCutchan18-Nov-13 22:28 
GeneralRe: Understanding Java Integer Pin
jschell19-Nov-13 10:49
jschell19-Nov-13 10:49 
GeneralRe: Understanding Java Integer Pin
Richard MacCutchan19-Nov-13 21:41
mveRichard MacCutchan19-Nov-13 21:41 
AnswerRe: Understanding Java Integer Pin
jschell19-Nov-13 10:58
jschell19-Nov-13 10:58 
AnswerRe: Understanding Java Integer Pin
Oscar020-Nov-13 6:35
Oscar020-Nov-13 6:35 
Integer is not different than any other Java Object
(with the previously noted exception that the jvm provides some help to avoid duplication in the smaller values).

Perhaps one thing that makes it seem confusing is the auto-conversion between 'int' and Integer. I could see that appearing to be confusing at first.

The main thing to remember is that if you want to do numeric comparisons like ==, <, > etc. just make sure you are doing them on 'ints' not Integers.
Questiontrying to find the real import files Pin
tiwal17-Nov-13 21:10
tiwal17-Nov-13 21:10 
AnswerRe: trying to find the real import files Pin
Richard MacCutchan17-Nov-13 22:32
mveRichard MacCutchan17-Nov-13 22:32 
GeneralRe: trying to find the real import files Pin
tiwal17-Nov-13 23:35
tiwal17-Nov-13 23:35 
GeneralRe: trying to find the real import files Pin
Richard MacCutchan18-Nov-13 0:43
mveRichard MacCutchan18-Nov-13 0:43 
GeneralRe: trying to find the real import files Pin
tiwal18-Nov-13 1:18
tiwal18-Nov-13 1:18 
AnswerRe: trying to find the real import files Pin
Oscar020-Nov-13 6:54
Oscar020-Nov-13 6:54 
QuestionOpenGTS with eclipse Pin
Member 1026351915-Nov-13 23:54
Member 1026351915-Nov-13 23:54 
AnswerRe: OpenGTS with eclipse Pin
Richard MacCutchan16-Nov-13 0:17
mveRichard MacCutchan16-Nov-13 0:17 
GeneralRe: OpenGTS with eclipse Pin
Member 1026351916-Nov-13 0:43
Member 1026351916-Nov-13 0:43 
Questionhelp!!! seasar framework ... Pin
thetime110214-Nov-13 17:47
thetime110214-Nov-13 17:47 
AnswerRe: help!!! seasar framework ... Pin
Richard MacCutchan14-Nov-13 21:40
mveRichard MacCutchan14-Nov-13 21:40 
GeneralRe: help!!! seasar framework ... Pin
thetime110214-Nov-13 22:12
thetime110214-Nov-13 22:12 
AnswerRe: help!!! seasar framework ... Pin
Marco Bertschi14-Nov-13 21:56
protectorMarco Bertschi14-Nov-13 21:56 
GeneralRe: help!!! seasar framework ... Pin
thetime110214-Nov-13 22:18
thetime110214-Nov-13 22:18 
GeneralRe: help!!! seasar framework ... Pin
Marco Bertschi14-Nov-13 22:23
protectorMarco Bertschi14-Nov-13 22:23 
QuestionSearch data in Java RMI Pin
Cyber1213-Nov-13 21:26
Cyber1213-Nov-13 21:26 
AnswerRe: Search data in Java RMI Pin
Richard MacCutchan13-Nov-13 21:41
mveRichard MacCutchan13-Nov-13 21:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.