Click here to Skip to main content
15,897,704 members
Home / Discussions / Java
   

Java

 
GeneralRe: Streaming data through Website Pin
KenKen Wong8-Mar-10 18:50
KenKen Wong8-Mar-10 18:50 
GeneralRe: Streaming data through Website Pin
Richard MacCutchan8-Mar-10 22:32
mveRichard MacCutchan8-Mar-10 22:32 
AnswerRe: Streaming data through Website Pin
Richard MacCutchan7-Mar-10 22:51
mveRichard MacCutchan7-Mar-10 22:51 
QuestionCalling main() in Java??? Pin
AmbiguousName5-Mar-10 9:12
AmbiguousName5-Mar-10 9:12 
AnswerRe: Calling main() in Java??? Pin
Richard MacCutchan5-Mar-10 9:49
mveRichard MacCutchan5-Mar-10 9:49 
GeneralRe: Calling main() in Java??? Pin
TorstenH.7-Mar-10 22:54
TorstenH.7-Mar-10 22:54 
GeneralRe: Calling main() in Java??? Pin
Richard MacCutchan7-Mar-10 23:56
mveRichard MacCutchan7-Mar-10 23:56 
AnswerRe: Calling main() in Java??? Pin
David Skelly7-Mar-10 22:27
David Skelly7-Mar-10 22:27 
Well, yes, you can call main because at the end of the day it is just a static method, so you can do:

A.main(args);


But as pointed out in the previous answer, why would you want to? If you find yourself doing this it almost certainly means that there is something wrong with your design.
GeneralRe: Calling main() in Java??? Pin
AmbiguousName8-Mar-10 1:36
AmbiguousName8-Mar-10 1:36 
QuestionCommand Line Interface in JAVA?? Pin
AmbiguousName4-Mar-10 5:56
AmbiguousName4-Mar-10 5:56 
AnswerRe: Command Line Interface in JAVA?? Pin
Richard MacCutchan4-Mar-10 21:24
mveRichard MacCutchan4-Mar-10 21:24 
AnswerRe: Command Line Interface in JAVA?? Pin
Nagy Vilmos4-Mar-10 22:16
professionalNagy Vilmos4-Mar-10 22:16 
QuestionHow to zip a text file in gzip format Pin
msubbaraodba25-Feb-10 0:51
msubbaraodba25-Feb-10 0:51 
AnswerRe: How to zip a text file in gzip format Pin
David Skelly25-Feb-10 1:16
David Skelly25-Feb-10 1:16 
QuestionVector3d with floating values. Pin
002comp24-Feb-10 19:28
002comp24-Feb-10 19:28 
AnswerRe: Vector3d with floating values. Pin
Cedric Moonen24-Feb-10 20:32
Cedric Moonen24-Feb-10 20:32 
GeneralRe: Vector3d with floating values.(Solved) Pin
002comp24-Feb-10 22:20
002comp24-Feb-10 22:20 
GeneralRe: Vector3d with floating values.(Solved) Pin
Nagy Vilmos25-Feb-10 1:34
professionalNagy Vilmos25-Feb-10 1:34 
AnswerRe: Vector3d with floating values. Pin
Arun Reginald Zaheeruddin1-Mar-10 0:11
Arun Reginald Zaheeruddin1-Mar-10 0:11 
QuestionJava Concurrent Programming guidance Pin
deed.indeed24-Feb-10 12:27
deed.indeed24-Feb-10 12:27 
AnswerRe: Java Concurrent Programming guidance Pin
Nagy Vilmos24-Feb-10 21:57
professionalNagy Vilmos24-Feb-10 21:57 
GeneralRe: Java Concurrent Programming guidance Pin
deed.indeed25-Feb-10 3:46
deed.indeed25-Feb-10 3:46 
QuestionConversion From String To Integer?? Pin
AmbiguousName24-Feb-10 3:34
AmbiguousName24-Feb-10 3:34 
AnswerRe: Conversion From String To Integer?? Pin
Dino Mulahusic24-Feb-10 3:52
professionalDino Mulahusic24-Feb-10 3:52 
GeneralRe: Conversion From String To Integer?? Pin
AmbiguousName24-Feb-10 3:56
AmbiguousName24-Feb-10 3:56 

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.