Click here to Skip to main content
15,927,347 members
Home / Discussions / Java
   

Java

 
GeneralRe: event handling Pin
Rabia jvd6-Feb-09 23:26
Rabia jvd6-Feb-09 23:26 
AnswerYou're crazy! Pin
Naruki9-Feb-09 15:55
Naruki9-Feb-09 15:55 
GeneralMysql database insert data's automation Pin
itsmani27-Jan-09 20:22
itsmani27-Jan-09 20:22 
GeneralRe: Mysql database insert data's automation Pin
N a v a n e e t h29-Jan-09 5:39
N a v a n e e t h29-Jan-09 5:39 
GeneralRe: Mysql database insert data's automation Pin
itsmani29-Jan-09 6:55
itsmani29-Jan-09 6:55 
GeneralRe: Mysql database insert data's automation Pin
N a v a n e e t h29-Jan-09 7:00
N a v a n e e t h29-Jan-09 7:00 
QuestionHelp with calculating age in Java Pin
bearcat854326-Jan-09 2:24
bearcat854326-Jan-09 2:24 
AnswerRe: Help with calculating age in Java Pin
J4amieC26-Jan-09 3:04
J4amieC26-Jan-09 3:04 
This looks like homework, and all you've provided is the material set - you've not included any code you have written yourself.

You'll find there are lots of people here prepared to help with homework, but one thing we wont do is do it for you! That would totally defeat the purpose.

So Ill give you a few things to consider.

1) Calculating age is not quite as simple as currentYear - birthYear. You may or may not have passed your birthday this year, which would vary the result by 1 year.

2) If you calculate age in days, this is easy enough to convery to months and/or years. Its a very simple formula.

(roughly)
ageInMonths = (ageInDays/365)*12
ageInYears = ageInDays/365
Questionhow connect mysql to jsp Pin
anishkannan24-Jan-09 21:45
anishkannan24-Jan-09 21:45 
AnswerRe: how connect mysql to jsp Pin
N a v a n e e t h29-Jan-09 5:36
N a v a n e e t h29-Jan-09 5:36 
Questioncode IN JAVA HELP Pin
fresh2g624-Jan-09 8:01
fresh2g624-Jan-09 8:01 
AnswerRe: code IN JAVA HELP Pin
Reagan Conservative29-Jan-09 11:30
Reagan Conservative29-Jan-09 11:30 
Questionnetbeans Pin
tksrules22-Jan-09 22:47
tksrules22-Jan-09 22:47 
QuestionJava questions Pin
tksrules22-Jan-09 22:46
tksrules22-Jan-09 22:46 
AnswerRe: Java questions Pin
Reagan Conservative29-Jan-09 11:42
Reagan Conservative29-Jan-09 11:42 
QuestionSending a newletter as an Email [modified] Pin
peaceful_warrior20-Jan-09 18:45
peaceful_warrior20-Jan-09 18:45 
AnswerRe: Sending a newletter as an Email Pin
Swapnil Gholap27-Jan-09 22:09
Swapnil Gholap27-Jan-09 22:09 
QuestionCopy file from one folder to another Pin
PeterPan92919-Jan-09 18:09
PeterPan92919-Jan-09 18:09 
AnswerRe: Copy file from one folder to another Pin
PeterPan92921-Jan-09 21:47
PeterPan92921-Jan-09 21:47 
Questionnoob Needs help with File Handles and VM RAM Pin
TylerD7519-Jan-09 6:03
TylerD7519-Jan-09 6:03 
AnswerRe: noob Needs help with File Handles and VM RAM Pin
Reagan Conservative29-Jan-09 11:48
Reagan Conservative29-Jan-09 11:48 
AnswerBased on the code you provided... Pin
Naruki9-Feb-09 15:47
Naruki9-Feb-09 15:47 
QuestionAsking for helps about the GUI JAVA ... Pin
SantoKisVa19-Jan-09 3:12
SantoKisVa19-Jan-09 3:12 
AnswerRe: Asking for helps about the GUI JAVA ... Pin
Reagan Conservative20-Feb-09 6:38
Reagan Conservative20-Feb-09 6:38 
Questionprogram smart card to keep patient information Pin
fresh2g618-Jan-09 4:36
fresh2g618-Jan-09 4:36 

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.