** 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");
}
}
thanks man it makes more sense now i enjoyed the tut keep em coming i wonna see like a project like mess with minecraft or someting
Maczust63 3 months ago in playlist More videos from JavaTutorials
were do u find
var authTokens = { 'watch_pms_ajax_xsrf_token': 'pg9h1lNsbNBhSlPIS8uFacqfNcdQMTI2NDczMzO1NA==', 'address_book_ajax_xsrf_token': 'zTa3VjUtn1IQYsUKzinPyPurVfZ8MTI9NDczOzA1NA=='
on the thing?
wtfwtfwtf83 4 months ago
@ooogmorg It's "System.out" And "println"
BlueWolf118229 4 months ago
You have the most distracting backgrounds but these tutorials are good.
User5973 8 months ago 2
thanks a lot!!!
I'm fr. India & in my school the computer teacher sounds like minnie mouse no one can understand her...thanks your vid has helped me out a lot and i hope your tutorials is gonna save me fr. failing computers in my matriculation.
cooperkbangar 9 months ago
in almost every line i get an error with it pointing to the system.out specifically the period between system and out the same thing happens if its a system.in line
ooogmorg 10 months ago
God I get the first comment in over a year.....
NicKxWeekZ 1 year ago
I'm pretty sure a string is an array of characters. Since char takes up 16 bits, I think a string takes up 16 bits * its length + 1.
The + 1 is there because stings have a hidden character at the end.
I'm not sure about any of this, so don't take my word for it >.>
Incenderio 2 years ago
Thank you very much! Very helpful!
CopperZE 3 years ago
Very helpful man. Thanks and keep these coming
BPack37 3 years ago