Java Tutorials Part 3 - Data Types more thoroughly

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
4,962
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jul 13, 2008

** These Videos are meant to be watched in FULL screen on high-detail mode, so please do not complain that you cannot read it in the comments. Click high detail and go to full screen! **

http://www.youtube.com/watch?v=qRQgLdFi8dY&fmt=18

HIGH DETAIL LINK ^^


Source Code:

package sources;

public class Tutorial2continued {

public static void main(String[] args) { byte num1 = 12;
short num2 = 100;
int num3 = 1000;
long num4 = 20001;
float num5 = 120023.45f;
double num6 =123456;
boolean value = true;
char character = 'a';
String sentence = "Hello JT!";
System.out.println(num1);
System.out.println(num2);
System.out.println(num3);
System.out.println(num4);
System.out.println(num5);
System.out.println(num6);
System.out.println(value);
System.out.println(character);
System.out.println(sentence);


}

}

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 1 dislikes

Link to this comment:

Share to:

Uploader Comments (JavaTutorials)

  • the reason the ide didnt underline it when u didnt add the f for the float is because without the f it could be a double because a double dosent use an f and the ide wont recognize that error till after its compiled good work though

  • yeah i know lol

Top Comments

  • ok 3 years and still not another video -.-

  • @NicKxWeekZ It gets really fun after a while.

see all

All Comments (10)

Sign In or Sign Up now to post a comment!
  • Great. Another tutorial series that only has around 3 episodes, and stop asking for more, THESE ARE OVER THREE YEARS OLD.

  • Please do more tutorials. thanks..

    again lots of thanks to u!

  • why did u stop at 3?

  • can you do tutorial 4 and more? whatever there is left to teach

  • I have computer programming in school right now. I hate it. How does anyone find this stuff interesting?

  • yay i worked out how you typed System.out.println(); so fast

  • Still waiting for part 4 =[

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more