All language subtitles for 001 Intro to the course. Whats coming up_en

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian Download
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,240 --> 00:00:02,880 Hey, there and welcome to the world's best Java boot camp. 2 00:00:03,240 --> 00:00:04,150 My name is ran. 3 00:00:04,170 --> 00:00:09,840 I'm a senior developer and I've taught 100000 students on a number of topics ranging from app development 4 00:00:09,840 --> 00:00:12,120 to artificial intelligence and data science. 5 00:00:12,660 --> 00:00:16,830 My team and I designed this course to take you from beginner to professional Java developer. 6 00:00:17,280 --> 00:00:22,770 This course will teach you the Java fundamentals and object oriented programming while covering everything 7 00:00:22,770 --> 00:00:23,340 in between. 8 00:00:24,930 --> 00:00:30,540 And I'm Josie, I've taught over two and a half million students on topics ranging from Python programming, 9 00:00:30,720 --> 00:00:35,670 machine learning and web development learning, Java creates endless opportunities. 10 00:00:35,940 --> 00:00:39,060 And we created this course to give you a competitive edge. 11 00:00:40,030 --> 00:00:46,750 This course was fully updated to include quizzes, each quiz is very thorough and provides a great opportunity 12 00:00:46,750 --> 00:00:48,280 to review the course material. 13 00:00:48,550 --> 00:00:53,380 And in total, there are over 50 quizzes and after every lesson, there's a workbook. 14 00:00:53,740 --> 00:00:59,050 The purpose of a workbook is to immediately test what you just learned by having a solve a series of 15 00:00:59,050 --> 00:00:59,620 tests. 16 00:01:00,070 --> 00:01:05,140 Every task requires you to write code that reflects something we covered in the course material. 17 00:01:05,470 --> 00:01:10,690 In total, there are 130 workbooks, so you'll get plenty of opportunities to practice throughout the 18 00:01:10,690 --> 00:01:13,240 course after every section of this course. 19 00:01:13,450 --> 00:01:18,220 There's a final challenge that encapsulates everything that you learn by solving these challenges. 20 00:01:18,430 --> 00:01:21,670 You'll get to build many cool applications like Tic-Tac-Toe. 21 00:01:21,880 --> 00:01:25,510 The final challenge for the array section or black chip card game. 22 00:01:25,630 --> 00:01:31,060 The final challenge for the Loops Section two is by far the most interactive Java course online. 23 00:01:33,670 --> 00:01:36,130 In Module one, we're going to cover the Java fundamentals. 24 00:01:36,370 --> 00:01:38,720 First, you will learn to store information inside variables. 25 00:01:38,740 --> 00:01:41,170 Use conditionals to control how your code runs. 26 00:01:41,320 --> 00:01:44,080 Organize your code into functions that can perform tasks. 27 00:01:44,380 --> 00:01:47,650 Use loops to control how many times a piece of code needs to run. 28 00:01:47,890 --> 00:01:52,750 In essence, by running your code in the loop and you will use arrays to story manipulate many values 29 00:01:52,750 --> 00:01:53,290 at once. 30 00:01:53,740 --> 00:01:57,370 At the end of Module one, your capstone project is going to be to build hangmen. 31 00:01:57,760 --> 00:02:02,680 Hangmen is going to test everything that you learned in Module one, and that includes variables, conditionals, 32 00:02:02,680 --> 00:02:07,090 functions, loops and arrays, and it's really going to challenge your problem solving abilities. 33 00:02:07,270 --> 00:02:10,330 And in Module two, you're going to learn about object oriented programming. 34 00:02:10,600 --> 00:02:13,270 You will learn to use objects to write high quality code. 35 00:02:13,540 --> 00:02:16,150 Apply exception handling to produce reliable code. 36 00:02:16,450 --> 00:02:19,360 Write unit tests to publish your code and avoid bugs. 37 00:02:19,690 --> 00:02:24,700 And then we're going to add inheritance and polymorphism to promote code reusability, a very important 38 00:02:24,700 --> 00:02:27,010 concept in object oriented programming. 39 00:02:27,310 --> 00:02:33,190 And we also added a bonus section concurrency and multithreading, the capstone project as a stock trading 40 00:02:33,190 --> 00:02:36,400 simulation, and it's going to test everything that you learned in Module two. 41 00:02:36,790 --> 00:02:42,100 This is the best and most interactive Java bootcamp on the internet, and we're really excited to share 42 00:02:42,100 --> 00:02:42,610 it with you. 43 00:02:42,640 --> 00:02:44,020 We hope to see you in class. 4610

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.