Click here to Skip to main content
15,881,803 members
Home / Discussions / Java
   

Java

 
AnswerRe: Help me to fix my codes in Java Pin
Richard MacCutchan8-Feb-13 5:36
mveRichard MacCutchan8-Feb-13 5:36 
GeneralRe: Help me to fix my codes in Java Pin
mobi358-Feb-13 12:13
mobi358-Feb-13 12:13 
GeneralRe: Help me to fix my codes in Java Pin
Richard MacCutchan8-Feb-13 22:27
mveRichard MacCutchan8-Feb-13 22:27 
AnswerRe: Help me to fix my codes in Java Pin
SENTHILKANTH26-Feb-13 1:49
SENTHILKANTH26-Feb-13 1:49 
Questionplease help Pin
OmarSH7-Feb-13 2:41
OmarSH7-Feb-13 2:41 
Answersolution for your problem Pin
venky00287-Feb-13 3:10
venky00287-Feb-13 3:10 
GeneralRe: your solution didnt work Pin
OmarSH7-Feb-13 7:55
OmarSH7-Feb-13 7:55 
AnswerRe: please help Pin
jschell7-Feb-13 10:03
jschell7-Feb-13 10:03 
OmarSH wrote:
some one please tell me what is the problem


Your arrays have indexes from 0 to 4. So 0, 1, 2, 3, 4 are the ONLY valid values.

Print out 'i' and print out 'i+1' BEFORE you use it as an array index. If either of those are greater than 4 then it is a bug.

Print out 'j' and print out 'j+1' BEFORE you use it as an array index. If either of those are greater than 4 then it is a bug.
GeneralRe: please help Pin
OmarSH7-Feb-13 11:00
OmarSH7-Feb-13 11:00 
GeneralRe: please help Pin
Richard MacCutchan7-Feb-13 23:12
mveRichard MacCutchan7-Feb-13 23:12 
AnswerRe: please help Pin
pranay198817-Feb-13 3:32
pranay198817-Feb-13 3:32 
Questionhelp Pin
obamiyijacob6-Feb-13 2:49
obamiyijacob6-Feb-13 2:49 
AnswerRe: help Pin
Richard MacCutchan6-Feb-13 3:13
mveRichard MacCutchan6-Feb-13 3:13 
Questionneed help Pin
obamiyijacob6-Feb-13 2:45
obamiyijacob6-Feb-13 2:45 
AnswerRe: need help Pin
Richard MacCutchan6-Feb-13 3:12
mveRichard MacCutchan6-Feb-13 3:12 
QuestionGenerate X509 Certificate and Sign it Pin
Abdullah Alsaadi5-Feb-13 15:11
Abdullah Alsaadi5-Feb-13 15:11 
AnswerRe: Generate X509 Certificate and Sign it Pin
Sandeep Mewara5-Feb-13 18:37
mveSandeep Mewara5-Feb-13 18:37 
GeneralRe: Generate X509 Certificate and Sign it Pin
Abdullah Alsaadi5-Feb-13 18:54
Abdullah Alsaadi5-Feb-13 18:54 
GeneralRe: Generate X509 Certificate and Sign it Pin
TorstenH.5-Feb-13 22:08
TorstenH.5-Feb-13 22:08 
GeneralRe: Generate X509 Certificate and Sign it Pin
Abdullah Alsaadi6-Feb-13 12:12
Abdullah Alsaadi6-Feb-13 12:12 
Questionlist and map Pin
Swarnendu0931-Jan-13 8:40
Swarnendu0931-Jan-13 8:40 
AnswerRe: list and map Pin
Richard MacCutchan31-Jan-13 22:46
mveRichard MacCutchan31-Jan-13 22:46 
GeneralRe: list and map Pin
Swarnendu091-Feb-13 3:14
Swarnendu091-Feb-13 3:14 
GeneralRe: list and map Pin
Richard MacCutchan1-Feb-13 3:58
mveRichard MacCutchan1-Feb-13 3:58 
GeneralRe: list and map Pin
RohitS56-Mar-13 21:17
RohitS56-Mar-13 21:17 

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.