Click here to Skip to main content
15,860,859 members
Home / Discussions / Java
   

Java

 
Questionhow to use class for sending notification in android? Pin
Member 145520336-Aug-19 2:53
Member 145520336-Aug-19 2:53 
QuestionMy Simple servlet is called twice, i dont know why. Pin
yinallier15-Aug-19 20:27
yinallier15-Aug-19 20:27 
AnswerRe: My Simple servlet is called twice, i dont know why. Pin
Gerry Schmitz6-Aug-19 5:50
mveGerry Schmitz6-Aug-19 5:50 
QuestionMessage Removed Pin
2-Aug-19 23:03
Valentinor2-Aug-19 23:03 
QuestionJava Derby Database Pin
Gregory Guy30-Jul-19 20:16
Gregory Guy30-Jul-19 20:16 
AnswerRe: Java Derby Database Pin
Richard MacCutchan30-Jul-19 21:16
mveRichard MacCutchan30-Jul-19 21:16 
AnswerRe: Java Derby Database Pin
Wishe199129-Sep-19 23:28
Wishe199129-Sep-19 23:28 
QuestionAnnotation Processing - Generating Files at Each Round vs at Last Round Pin
Abbas A. Ali3-Jul-19 19:44
professionalAbbas A. Ali3-Jul-19 19:44 
I was playing around with annotation processing and was unable to use generated files directly via an import in my code. Instead I had to prepend the generated class with its complete package. I posted a SO question error: package generated.schema does not exist.

In the end I figured out the reason for this, turned out to be pretty simple, see my answer to the same post. Turned out the error was because I was generating the files at last round of processing, instead of anywhere in between.

So my questions are:

How does generating files at last round vs generating files at in between rounds changes accessing the generated files in code?

Is there a specific reason (Java-related or otherwise) for this behavior?

P.S. I posted the question on SO.
QuestionBasic Calculator Write a program that works as a simple calculator. 1.It reads a character (ch) 2.If ch is among '+', '-', '*', '/' or '%' it furthur takes two numbers (N1 and N2 as input). It then performs appropriate appropriate operation between n Pin
Member 1450000613-Jun-19 22:55
Member 1450000613-Jun-19 22:55 
AnswerRe: Basic Calculator Write a program that works as a simple calculator. 1.It reads a character (ch) 2.If ch is among '+', '-', '*', '/' or '%' it furthur takes two numbers (N1 and N2 as input). It then performs appropriate appropriate operation betwe Pin
Richard Deeming14-Jun-19 0:55
mveRichard Deeming14-Jun-19 0:55 
AnswerRe: Basic Calculator Write a program that works as a simple calculator. 1.It reads a character (ch) 2.If ch is among '+', '-', '*', '/' or '%' it furthur takes two numbers (N1 and N2 as input). It then performs appropriate appropriate operation betwe Pin
Richard MacCutchan14-Jun-19 1:06
mveRichard MacCutchan14-Jun-19 1:06 
QuestionFailed to grab focus on a Jtextfield Pin
User 1409759122-May-19 4:06
User 1409759122-May-19 4:06 
SuggestionRe: Failed to grab focus on a Jtextfield Pin
Richard MacCutchan22-May-19 21:32
mveRichard MacCutchan22-May-19 21:32 
GeneralRe: Failed to grab focus on a Jtextfield Pin
User 1409759123-May-19 1:07
User 1409759123-May-19 1:07 
GeneralRe: Failed to grab focus on a Jtextfield Pin
Richard MacCutchan23-May-19 1:44
mveRichard MacCutchan23-May-19 1:44 
GeneralRe: Failed to grab focus on a Jtextfield Pin
Teressa Pirtle26-Dec-19 8:05
Teressa Pirtle26-Dec-19 8:05 
Questioncloudsim algorithm Genitic Pin
Member 1423906220-May-19 8:20
Member 1423906220-May-19 8:20 
AnswerRe: cloudsim algorithm Genitic Pin
Richard MacCutchan20-May-19 22:09
mveRichard MacCutchan20-May-19 22:09 
QuestionHow can i make Jtexfield updates when Jtable values are changed? Pin
User 140975918-May-19 2:36
User 140975918-May-19 2:36 
AnswerRe: How can i make Jtexfield updates when Jtable values are changed? Pin
Richard MacCutchan8-May-19 2:48
mveRichard MacCutchan8-May-19 2:48 
GeneralRe: How can i make Jtexfield updates when Jtable values are changed? Pin
User 140975918-May-19 3:02
User 140975918-May-19 3:02 
GeneralRe: How can i make Jtexfield updates when Jtable values are changed? Pin
Richard MacCutchan8-May-19 3:19
mveRichard MacCutchan8-May-19 3:19 
Questionprogramation cloudsim java Pin
Member 142390627-May-19 0:06
Member 142390627-May-19 0:06 
AnswerRe: programation cloudsim java Pin
Eddy Vluggen7-May-19 0:32
professionalEddy Vluggen7-May-19 0:32 
GeneralRe: programation cloudsim java Pin
jschell18-May-19 7:01
jschell18-May-19 7:01 

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.