Java Tutorials Part 2 - Variables, Data Types etc.

Back


** 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://youtube.com/watch?v=lDZiHeWa3JQ&fmt=18 HIGH DETAIL LINK ^^ Source Code: public class Tutorial2 { public static void main(String[] args) { int ourfirstnumber = 10; double ourfirstdouble = 10; String astring = "Hello Java"; String var = "This is a variable"; System.out.println(ourfirstnumber); System.out.println(ourfirstdouble); System.out.println(astring); System.out.println(var + " Whatever"); } }

Category: Education
Uploaded: July 13th, 2008 @ 9:22 pm
Author: JavaTutorials

Length: 09:28
Rating: Whole StarWhole StarWhole StarWhole StarWhole Star
Views: 509

Tags: compile data java javac javatutorials tutorials types variables

Related Video Links:


» View Video Comments For Java Tutorials Part 2 - Variables, Data Types etc.
» View JavaTutorials's Other Uploaded Videos

Video Thumbnails:


Thumbnail #1 Video Thumbnail #1:

Thumbnail #2 Video Thumbnail #2:

Thumbnail #3 Video Thumbnail #3:



Video Embedding Code:


Video Url:


Embed Code:

* Embed this video on your website, social bookmark, myspace, or blog.