Click here to Skip to main content
16,004,647 members
Home / Discussions / Java
   

Java

 
GeneralRe: Java Database Connection Pin
Thirunavukkarasu Dhanushkodi5-Mar-14 5:46
Thirunavukkarasu Dhanushkodi5-Mar-14 5:46 
GeneralRe: Java Database Connection Pin
Richard MacCutchan5-Mar-14 6:10
mveRichard MacCutchan5-Mar-14 6:10 
GeneralRe: Java Database Connection Pin
Thirunavukkarasu Dhanushkodi5-Mar-14 6:19
Thirunavukkarasu Dhanushkodi5-Mar-14 6:19 
QuestionUnicode conversion in java - Reg Pin
Member 106426054-Mar-14 4:53
Member 106426054-Mar-14 4:53 
AnswerRe: Unicode conversion in java - Reg Pin
Richard MacCutchan4-Mar-14 5:31
mveRichard MacCutchan4-Mar-14 5:31 
Questionthe main method in java Pin
Meem Baa1-Mar-14 1:35
Meem Baa1-Mar-14 1:35 
AnswerRe: the main method in java Pin
Tom Marvolo Riddle1-Mar-14 1:44
professionalTom Marvolo Riddle1-Mar-14 1:44 
AnswerRe: the main method in java Pin
Aravinth Spirited1-Mar-14 6:53
Aravinth Spirited1-Mar-14 6:53 
The JVM is the key player here... it is going to execute your program... so public static void main is like an accessibility option for the JVM...

public ==> so that the jvm can access your program/class from any where (since it is public as the name suggests)... change it to private and your program wont work... because the jvm cannot access private stuff... and if the jvm cant access the class/program it cant execute it

static ==> so that the jvm does not need to create an object for your class to run your program

void ==> your main function is not going to return any value to the jvm

main ==> this is like the cue music to the jvm... this is the stating point of your program... this is the function that your jvm calls so as to execute your program
QuestionNeed help with conversion of pseudocode to java code[CLOSED] Pin
pleasehelpmethankyouverymuch27-Feb-14 4:39
pleasehelpmethankyouverymuch27-Feb-14 4:39 
AnswerRe: Need help with conversion of pseudocode to java code Pin
Richard MacCutchan27-Feb-14 5:58
mveRichard MacCutchan27-Feb-14 5:58 
Questioncheckbox with pop window Pin
Member 1003910926-Feb-14 23:39
Member 1003910926-Feb-14 23:39 
AnswerRe: checkbox with pop window Pin
Richard MacCutchan27-Feb-14 1:33
mveRichard MacCutchan27-Feb-14 1:33 
AnswerRe: checkbox with pop window Pin
Tom Marvolo Riddle27-Feb-14 1:47
professionalTom Marvolo Riddle27-Feb-14 1:47 
QuestionSerializing null Pin
ZawMinTun26-Feb-14 21:02
ZawMinTun26-Feb-14 21:02 
SuggestionRe: Serializing null Pin
Richard MacCutchan26-Feb-14 21:56
mveRichard MacCutchan26-Feb-14 21:56 
GeneralRe: Serializing null Pin
ZawMinTun26-Feb-14 22:20
ZawMinTun26-Feb-14 22:20 
GeneralRe: Serializing null Pin
Richard MacCutchan26-Feb-14 22:43
mveRichard MacCutchan26-Feb-14 22:43 
GeneralRe: Serializing null Pin
jschell27-Feb-14 8:50
jschell27-Feb-14 8:50 
GeneralRe: Serializing null Pin
ZawMinTun18-Mar-14 17:59
ZawMinTun18-Mar-14 17:59 
GeneralRe: Serializing null Pin
jschell27-Feb-14 8:52
jschell27-Feb-14 8:52 
GeneralRe: Serializing null Pin
Richard MacCutchan27-Feb-14 22:01
mveRichard MacCutchan27-Feb-14 22:01 
GeneralRe: Serializing null Pin
jschell28-Feb-14 12:16
jschell28-Feb-14 12:16 
GeneralRe: Serializing null Pin
Richard MacCutchan28-Feb-14 22:12
mveRichard MacCutchan28-Feb-14 22:12 
Questioninformation about java programmer Pin
Member 1058453825-Feb-14 23:18
Member 1058453825-Feb-14 23:18 
AnswerRe: information about java programmer Pin
Richard MacCutchan26-Feb-14 7:07
mveRichard MacCutchan26-Feb-14 7:07 

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.