Java Tutorial For Beginners 4 - Variables and Types in Java

preview_player
Показать описание
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

How to Declare and Initialize Variables in Java
Java For Complete Beginners - Variables the int type
Java variable types - Java Tutorials
BASIC JAVA LANGUAGE FUNDAMENTALS
Java - Variable Types -Searches related to Variables and Types in Java
types of variables in java with examples
java local variables
types of variables in research
primitive datatype in java
java int maximum value
access modifiers in java Java Variables - Java Made Easy
Primitive Data Types
Рекомендации по теме
Комментарии
Автор

For anyone taking these tutorials seriously. Go to youtube settings>speed>1.5. You'll get through these much quicker and it's much easier to pay attention.

robertcece
Автор

This is an amazing tutorial not only this one but every video.
Maybe he is slow but there are people that get some stuff fast and some don't and he has that in mind.
Big thumbs up from me man and thanks for explaining this in the simplest way possible.

code_with_george
Автор

Thanks for sharing. The best video ever!
The best thing about the video is your patient speaking-style. It is very calm and not too fast. One does not need to pause the video again and again. Quick to understand.
Another excellent point I noticed is that everything is in a lot of detail. I appreciate the details, because it helps the beginners to learn more. Of course, if someone already knows about something, he/she can also fast-forward that part of the video. For me, everything was new and I enjoyed listening to you! Thank you once agani!

softwaretest
Автор

Thanks for the tutorial! You really cleared things out for me.

alif
Автор

it doesnt show description of system class in my device, it says "this element neither has attached source..." something like dat

abhishekteotia
Автор

Declare a variable in Java 0:58
To declare a variable, establish what data type 0:59
To print a variable 2:15

angelpirulin
Автор

Hi, very good video. Concepts are clearly mentioned. Thanks.

vasuk
Автор

Good work bro...as a beginner it is very useful and understandable...

jaganjohn
Автор

very good tutorial... really help me to understand java programming

sudhanshusaxena
Автор

can i know syllabus of java for developing android apps..? are frameworks required..?

khurdepremsagar
Автор

nice one sir, practical is good and easy to understand

SmartProgramming
Автор

Thanks for the great video sir... In my opinion you could add concept of default datatype values while discussing datatypes...

dsvthrylokya
Автор

i lov this video ... thank you so much...
love frm asia country nepal

pemadorjer
Автор

It shows me Unresolved compilation problem at line 5 while running and not showing "10"

Arjun-oivz
Автор

Sir double has also different range so why we can't use double like float as u declared in float

techwithansh
Автор

Declaring float value we use 10.4f
Is it right

maheshgoud
Автор

Can you teach one about making applications in Java

adambhav
Автор

As aap jaise bataya..Maine waise kiya..But Char my_char='A' ...iss line ko error dikha raha hai..Bol rahe cannot concert string to char ...Sir plz help me, how to solve this problem

anishroy
Автор

at time stamp 6:07 (idk how to put time stamps), you can do that by putting an F at the end, example: float x = 17.89F;

(btw i learnt that as before coming to java i was learning basic c# as it would help me learn java)

aethervibesofficial
Автор

Hey just some information for anyone who needs it, or for you @ProgrammingKnowledge the float casting you did with (float) can be done like this, float my_decimal = 4.5f; its the same exact thing.

templeOfChrist