Java homework, multiple classes and methods 1
Uploader Comments (miamimanni)
All Comments (13)
-
@miamimanni Double is an object, like Integer as opposed to the primitives int and double.
-
Your video is very good , very clear, thank you.
-
double in lower case is a primitive data type
-
Thanks for your video its really informative..
can you by change help me in my java course work pls?
-
You are very right... those NewBoston tutorials are excellent for learning Java.
You did well with this video as well...
-
OK ManNi I explain you better so I have a program called cojcontroller server - Now! this program work with a version of the game call of juarez 1.0 & I have one video how make run jus type in search cojcontroller
-
@cookieeatbird so can you help me with my problem ? ? ? ???*PLZ
-
Hey, out of luck my friend =/
I just finished up my associates degree fulfilling my last 2 requirements of astronomy, and biology. The semester before I was doing XML, operating systems, and some other class (nothing to do with programming).
I'm afraid to say the least that I'm too rusty =/
Right now I'm trying to re-cap myself on VBA because I got a project to implement at work, and VBA works pretty good with excel.
Take care my friend and good luck,
Manni
"When I tried to use the lower case version I wasn't able to use it in an if statement" How did you use it? Did you use like if(double1 == doubl2){ } or did you do if(double1.equals(double2)){ } the == just compares memory addresses when you are comparing data types the equals method compares values.
Martyj2009 2 years ago
I just used the captalized Double.
Double ==Double
I don't know how you can use the lower case, another thing you can try is casting it from a double to Double. The syntax would look like this
(Double)double1variable ==(Double)double2variable.
I think that could work, let me know
miamimanni 2 years ago
I'm not in your class, I'm just some random person :p
Martyj2009 2 years ago
lol. That's awsome. That's the way it should be man, creating an educational community with in youtube.
It's like yahoo answers 2.0
miamimanni 2 years ago