Click here to Skip to main content
15,889,867 members
Home / Discussions / Java
   

Java

 
QuestionRe: Allow applet access to printer - once and for all Pin
RB Chowdary23-Feb-11 19:51
RB Chowdary23-Feb-11 19:51 
AnswerRe: Allow applet access to printer - once and for all Pin
Andrew Thommo23-Feb-11 23:24
Andrew Thommo23-Feb-11 23:24 
GeneralRe: Allow applet access to printer - once and for all Pin
Marc Schabb4-Jan-12 7:14
Marc Schabb4-Jan-12 7:14 
Questionprevent multiple instances of same server over the network Pin
A-MEN10-Mar-10 6:40
A-MEN10-Mar-10 6:40 
AnswerCross-post Pin
Kristian Sixhøj10-Mar-10 7:01
Kristian Sixhøj10-Mar-10 7:01 
Questionprintf() help?? Pin
AmbiguousName9-Mar-10 7:49
AmbiguousName9-Mar-10 7:49 
AnswerRe: printf() help?? Pin
Richard MacCutchan9-Mar-10 9:02
mveRichard MacCutchan9-Mar-10 9:02 
AnswerRe: printf() help?? Pin
fuzzix12-Mar-10 7:31
fuzzix12-Mar-10 7:31 
for(Record r : yourArrayList)
{
printf("Name:%s\tAddress:%s\tBalance:%d\n",r.name,r.address,r.balance);
}


Note:i suppose that balance is integer so i used the "%d" format.
GeneralRe: printf() help?? [modified] Pin
AmbiguousName12-Mar-10 20:20
AmbiguousName12-Mar-10 20:20 
GeneralRe: printf() help?? Pin
Richard MacCutchan12-Mar-10 22:18
mveRichard MacCutchan12-Mar-10 22:18 
GeneralRe: printf() help?? Pin
AmbiguousName12-Mar-10 22:35
AmbiguousName12-Mar-10 22:35 
GeneralRe: printf() help?? Pin
Richard MacCutchan13-Mar-10 0:10
mveRichard MacCutchan13-Mar-10 0:10 
QuestionHow do i catch the exception when it throws OutOfMemory Exception? Pin
Ram Bonala9-Mar-10 0:23
Ram Bonala9-Mar-10 0:23 
AnswerRe: How do i catch the exception when it throws OutOfMemory Exception? Pin
KarstenK9-Mar-10 1:11
mveKarstenK9-Mar-10 1:11 
AnswerRe: How do i catch the exception when it throws OutOfMemory Exception? Pin
Richard MacCutchan9-Mar-10 1:16
mveRichard MacCutchan9-Mar-10 1:16 
GeneralRe: How do i catch the exception when it throws OutOfMemory Exception? Pin
David Skelly9-Mar-10 1:38
David Skelly9-Mar-10 1:38 
GeneralRe: How do i catch the exception when it throws OutOfMemory Exception? Pin
Richard MacCutchan9-Mar-10 2:12
mveRichard MacCutchan9-Mar-10 2:12 
QuestionDiff between j3d and jgl? Pin
002comp8-Mar-10 20:30
002comp8-Mar-10 20:30 
QuestionCustom Design Surface (Hosting a Designer) possible Pin
akamper8-Mar-10 4:10
akamper8-Mar-10 4:10 
AnswerRe: Custom Design Surface (Hosting a Designer) possible Pin
Richard MacCutchan8-Mar-10 21:42
mveRichard MacCutchan8-Mar-10 21:42 
GeneralRe: Custom Design Surface (Hosting a Designer) possible Pin
akamper8-Mar-10 22:33
akamper8-Mar-10 22:33 
GeneralRe: Custom Design Surface (Hosting a Designer) possible Pin
Richard MacCutchan8-Mar-10 22:40
mveRichard MacCutchan8-Mar-10 22:40 
GeneralRe: Custom Design Surface (Hosting a Designer) possible Pin
David Skelly9-Mar-10 1:57
David Skelly9-Mar-10 1:57 
GeneralRe: Custom Design Surface (Hosting a Designer) possible Pin
David Skelly9-Mar-10 2:04
David Skelly9-Mar-10 2:04 
QuestionStreaming data through Website Pin
KenKen Wong7-Mar-10 13:11
KenKen Wong7-Mar-10 13:11 

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.