I would like to call diffrent classes from one class.
Inside one class if vag = 1 call class (name1),
elseif vag = 2 call class (name2). How do I do this?
i have a question: write a java OOP that variables can hold hourly rate and number of hours worked display your gross pay (hourly & hours worked ) your Withholding tax which is 15% of your gross pay and your netpay
Sample output:
Hourly rate: 104.65
Hours work: 22
Grosspay: 2,302.3
Withholding tax: 345.345
Netpay: 1956.955
I have a question. For example i have two same methods, but one of them in other class , and other one is my class. I call both of them but first one take more times to return any value. My question what is difference between the class? And why first one take more time than second one?
javaMagnus Manson October 7, 2011 at 10:54 AM
I would like to call diffrent classes from one class. Inside one class if vag = 1 call class (name1), elseif vag = 2 call class (name2). How do I do this?
Thank youMo October 28, 2011 at 3:05 AM
Not exactly what i was looking for but it helps so thanks.
Method callingEdward December 5, 2011 at 3:42 PM
i have a question: write a java OOP that variables can hold hourly rate and number of hours worked display your gross pay (hourly & hours worked ) your Withholding tax which is 15% of your gross pay and your netpay Sample output: Hourly rate: 104.65 Hours work: 22 Grosspay: 2,302.3 Withholding tax: 345.345 Netpay: 1956.955
call sql connection in another classbipin_tandel December 24, 2011 at 7:59 AM
hi, i want to create one connection method and use in all classes how can i do it........?
Thanks !!Rais January 7, 2012 at 3:13 PM
Thanks, this helped a lot. It was very easy to understand.
His good but had codingXimalog March 15, 2012 at 1:38 PM
Why don't we make room for inputting any values for int and int b using eg swing or reading in from cmd.thanks
Time problemsQafqaz April 3, 2012 at 1:57 AM
I have a question. For example i have two same methods, but one of them in other class , and other one is my class. I call both of them but first one take more times to return any value. My question what is difference between the class? And why first one take more time than second one?
ThanksMagnus April 21, 2012 at 8:14 PM
Thank you so much! I've been trying to get sound files to play in my game and this helped me call the sound method. :) Thanks!
call methodRozhan May 13, 2012 at 1:44 AM
in this ex:CallingMethod{ I con't find error 25,27-32{S.o.p....}, pleas help to understand Method..
ULOLpakyow September 11, 2012 at 5:24 PM
eh tang ina mo gusto mo 1v1 tayo sa programming?
Post your Comment