Click here to Skip to main content
15,794,629 members
Home / Discussions / Java
   

Java

 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
Jochen Arndt17-Feb-17 3:23
professionalJochen Arndt17-Feb-17 3:23 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
ajw198517-Feb-17 4:20
ajw198517-Feb-17 4:20 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
Jochen Arndt17-Feb-17 22:04
professionalJochen Arndt17-Feb-17 22:04 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
ajw198519-Feb-17 17:26
ajw198519-Feb-17 17:26 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
Jochen Arndt19-Feb-17 21:50
professionalJochen Arndt19-Feb-17 21:50 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
ajw198520-Feb-17 1:27
ajw198520-Feb-17 1:27 
GeneralRe: Automate Copy Paste of Items from Excel to Java Input Field Pin
Richard MacCutchan21-Feb-17 23:05
mveRichard MacCutchan21-Feb-17 23:05 
QuestionIncrement a char variable in Java Pin
Anda Cristea16-Feb-17 12:10
Anda Cristea16-Feb-17 12:10 
char c = 'a'
System.out.println(c++);

The response is also 'a' and I don't understand why.

thank a lot!
AnswerRe: Increment a char variable in Java Pin
NotPolitcallyCorrect16-Feb-17 12:36
NotPolitcallyCorrect16-Feb-17 12:36 
AnswerRe: Increment a char variable in Java Pin
Richard MacCutchan16-Feb-17 22:40
mveRichard MacCutchan16-Feb-17 22:40 
AnswerRe: Increment a char variable in Java Pin
Anda Cristea17-Feb-17 1:31
Anda Cristea17-Feb-17 1:31 
GeneralRe: Increment a char variable in Java Pin
Richard MacCutchan17-Feb-17 1:42
mveRichard MacCutchan17-Feb-17 1:42 
AnswerRe: Increment a char variable in Java Pin
Jochen Arndt17-Feb-17 1:50
professionalJochen Arndt17-Feb-17 1:50 
GeneralRe: Increment a char variable in Java Pin
Anda Cristea17-Feb-17 5:57
Anda Cristea17-Feb-17 5:57 
AnswerRe: Increment a char variable in Java Pin
Patrice T9-Mar-17 16:42
mvePatrice T9-Mar-17 16:42 
QuestionMessage Closed Pin
13-Feb-17 3:58
JavaScan10013-Feb-17 3:58 
AnswerRe: Java Program Examples Pin
Kornfeld Eliyahu Peter13-Feb-17 4:09
professionalKornfeld Eliyahu Peter13-Feb-17 4:09 
GeneralRe: Java Program Examples Pin
Nelek13-Feb-17 6:38
protectorNelek13-Feb-17 6:38 
AnswerRe: Java Program Examples Pin
Richard MacCutchan13-Feb-17 5:21
mveRichard MacCutchan13-Feb-17 5:21 
GeneralRe: Java Program Examples Pin
Nelek13-Feb-17 6:38
protectorNelek13-Feb-17 6:38 
GeneralRe: Java Program Examples Pin
Richard MacCutchan13-Feb-17 6:57
mveRichard MacCutchan13-Feb-17 6:57 
GeneralRe: Java Program Examples Pin
Nelek13-Feb-17 20:22
protectorNelek13-Feb-17 20:22 
GeneralRe: Java Program Examples Pin
Richard MacCutchan13-Feb-17 22:50
mveRichard MacCutchan13-Feb-17 22:50 
GeneralRe: Java Program Examples Pin
Nelek13-Feb-17 23:02
protectorNelek13-Feb-17 23:02 
QuestionI could never understand this Pin
Member 1297423511-Feb-17 9:07
Member 1297423511-Feb-17 9:07 

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.