Click here to Skip to main content
15,919,931 members
Home / Discussions / Java
   

Java

 
AnswerRe: hi Pin
Luc Pattyn13-Feb-12 14:35
sitebuilderLuc Pattyn13-Feb-12 14:35 
AnswerRe: hi Pin
TorstenH.13-Feb-12 19:29
TorstenH.13-Feb-12 19:29 
QuestionJava Code For Calculating Response Time Pin
surajsawardekar13-Feb-12 4:45
surajsawardekar13-Feb-12 4:45 
AnswerRe: Java Code For Calculating Response Time Pin
Nagy Vilmos13-Feb-12 4:51
professionalNagy Vilmos13-Feb-12 4:51 
QuestionWrite a C/C++ program that connects to a MySQL server and displays the global TIMEZONE Pin
manmadkumarreddy12-Feb-12 7:42
manmadkumarreddy12-Feb-12 7:42 
AnswerRe: Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE Pin
jschell12-Feb-12 7:50
jschell12-Feb-12 7:50 
Questioniterators Pin
prithaa12-Feb-12 7:21
prithaa12-Feb-12 7:21 
AnswerRe: iterators Pin
jschell12-Feb-12 7:50
jschell12-Feb-12 7:50 
prithaa wrote:
when I pass iterator as a parameter why is it that the cursor position changes


It doesn't.

Something else is going on. Some possibilities.
1. You are in fact moving it somewhere.
2. You expect that item A should be first, thus when it doesn't show up first you think the iterator changed while in fact A was never first.
AnswerRe: iterators Pin
BobJanova12-Feb-12 23:00
BobJanova12-Feb-12 23:00 
GeneralRe: iterators Pin
prithaa13-Feb-12 16:03
prithaa13-Feb-12 16:03 
QuestionButton to draw on Canvas Pin
Rylogy9-Feb-12 20:54
Rylogy9-Feb-12 20:54 
AnswerRe: Button to draw on Canvas Pin
TorstenH.13-Feb-12 4:57
TorstenH.13-Feb-12 4:57 
Questionhhow to catch value from java servlet Pin
swapnil669-Feb-12 16:35
swapnil669-Feb-12 16:35 
AnswerRe: hhow to catch value from java servlet Pin
TorstenH.9-Feb-12 20:36
TorstenH.9-Feb-12 20:36 
Questioniterator previous() add() Pin
prithaa9-Feb-12 2:14
prithaa9-Feb-12 2:14 
AnswerRe: iterator previous() add() Pin
TorstenH.9-Feb-12 2:33
TorstenH.9-Feb-12 2:33 
GeneralRe: iterator previous() add() Pin
prithaa9-Feb-12 17:34
prithaa9-Feb-12 17:34 
GeneralRe: iterator previous() add() Pin
TorstenH.9-Feb-12 20:32
TorstenH.9-Feb-12 20:32 
GeneralRe: iterator previous() add() Pin
prithaa9-Feb-12 21:41
prithaa9-Feb-12 21:41 
GeneralRe: iterator previous() add() Pin
David Skelly9-Feb-12 22:29
David Skelly9-Feb-12 22:29 
GeneralRe: iterator previous() add() Pin
TorstenH.9-Feb-12 23:41
TorstenH.9-Feb-12 23:41 
GeneralRe: iterator previous() add() Pin
BobJanova10-Feb-12 0:29
BobJanova10-Feb-12 0:29 
GeneralRe: iterator previous() add() Pin
TorstenH.12-Feb-12 21:20
TorstenH.12-Feb-12 21:20 
GeneralRe: iterator previous() add() Pin
David Skelly10-Feb-12 3:43
David Skelly10-Feb-12 3:43 
GeneralRe: iterator previous() add() Pin
TorstenH.12-Feb-12 21:18
TorstenH.12-Feb-12 21:18 

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.