I am doing my best to create the best Java Course for you. Please do your part by sharing this video! Access the Playlist: th-cam.com/play/PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q.html Instagram: instagram.com/CodeWithHarry
Programmer 404 There may be but never compare. He is providing notes which he wrote himself. He is providing you with the cheat sheet. He writes everything he explained in his website. He is bringing a full course. Most importantly he explains in such an easy way. Now tell me do others provide you all this for free. I think that they don’t even provide such a valuable material after taking money too.
sir you are the best teacher i have ever seen. i learned html , css , javascript , php , C programing and now i on the way to java and i think this will continue in future also. Thanks a lot sir😇❣
Bro Harry, why did I not see your videos before! I have been struggling to learn Programming for so long. You just made it easy. Thank you so much. Because of your good and hard work people like us get hope. I will always be grateful to you.
I've never commented before on a YT video but code with harry deserves it. So much efforts and mad hardwork , last time I saw this video 2 years back when I was doing my btech , now watching it again when I'm switching job. 💯 hats off!!
Range of a data type that takes 'n' bytes of space would be : - (2^ n*8)/2 to +[(2^ n*8)/2] -1 total space it occupies : n bytes total bits it can hold : n*8 bits total values would be : 2^ (n*8) so, range would be : [-2^ (n*8)]/2 to [+2^ (n*8)]/2 -1
00:02 Java course covers Variable and Data Type 03:29 The anatomy of a Java program 06:37 Variables and Data Types in Java 09:43 Variable Naming Rules in Java 12:49 Java has eight primitive data types 15:54 Different Data Types in Java 18:34 Java Primitive Data Types 21:24 Java program to add three numbers
I started learning Java. But there were a lot of courses and books that were available. But you did a fantastic Job of making it simple and providing relevant notes that too free of cost. Hope you have a wonderful career and this channel gets acknowledge for being as fantastic as it already is.
@@sohamsaha3404 Bro I can bet on it, you will never find anyone better than him.He explains each and every point, I have tried many other channels also but harry is THE BEST!!
18:10 For numbers : formular to calculate for n number of bytes -(2 to the power(n*8))/2, +((2 to the power(n * 8)/2)-1) for charecters : +((2 to the power (n * 8))-1)
I was thinking to take computer classes but after watching your videos I changed my thoughts. I don't know anything about computer but the way you are teaching is commendable. It is easy to understand. I want to ask a question that "is this playlist contain complete java's topic? "
AHrry you are the best, I have seen many teachers but the way you teach online that enormous. I haven't realized that I am taking an online class, you have one level up .... Amazing talent buddy...
0:00 So far what we see,In simple Java program Anatomy 0:11 Variable & Data type Intro(Amazing Java course) 1:07 Component of Java Program 3:46 Data type without notes 6:31 Notes 7:00 Syntax(set of rules in java programming) 7:44 Variable in notes 13:00 Data types in notes 23:11 Quick quiz
I am from python programming, as I'm used to python syntax😅so the semicolon and int and other things make the syntax a bit harder, but Harry bhai explains it so well, it becomes really easy. Good job harry bhai.
Java Statement Types. Type of statements in java In Java, there are several types of statements that can be used to perform different operations. Some of the most common types of statements in Java include: Expression Statements: These statements are used to evaluate an expression and can include method calls, assignments, and other operations. Declaration Statements: These statements are used to declare a new variable or constant and specify its type. Control Flow Statements: These statements are used to control the flow of execution in a program, including if-else statements, switch statements, loops (for, while, do-while), and try-catch statements. Jump Statements: These statements allow the program to jump to a specific part of the code, including break, continue, and return statements. Assertion Statements: These statements are used to check assumptions made by the programmer and throw an error if the assertion fails. Synchronized Statements: These statements are used to control access to shared resources in a multithreaded environment. Labeled Statements: These statements are used to provide a label to a block of code, which can be used for easy navigation and readability. Block Statements: These statements are used to group a set of statements together, which can be treated as a single unit for control flow or variable scoping.
public class primitive { public static void main(String []args){ System.out.print("Sum of three numbers on ="); int a = 67; int b = 67; int c = 67; int sum = a + b + c; System.out.println(sum); } }
29/6/23 I was inconsistent from 2 days. On 27, I was irregular in revising my schedule . But completed my notes of first chapter yesterday. Now revising the lectures again , revising with the source code . Hoping to be consistent again . Thanks Harry again.❤
Hey can we connect on any chat app bcoz i also preparing this language but need consistency and regularity..need some one to work along on same thing ..if u don't mind it btw which branch r u from and which year
@@kb6443 I am from CSE branch only , learning this language because it's there in my syllabus curriculum of first semester. I am just going to start my first year. I don't know why yt is deleting my comments again and again. But ,yes we can connect on telegram but on yt I am unable to share my username with you because of yt chat restrictions.
@@kb6443 i can see you have 3 comments on this channel but still only one is visible to me. Better you reply me on any other comment of mine of this channel. I have several comments on this channel. Reply there .
@@Ghostly_canvas Double and long use more space(memory). Also sometimes it's useful to make it clear that the value is an integer and will not have a decimal part.
// My first programming in Java. Class harry { public static void main (String args [ ]) { system. out.println ( thanks for education bhiya); } } OUTPUT thanks for education bhiya
suprb explanation of java course and each and every concept clear..thnq for this sir I was at zero level but after watching your videos ...I am blessed and thankful to you that you teach in free and in proper way ...even not our teachers not like us..
If a data type take n byte then: -(2^n*8/2) to (2^n*8/2)-1 Answer of your question 😉😉 If we take a data type like short. short = 2 bytes. 2*8 = 16. -(2^16/2) to (2^16/2)-1 Solution: -(-32,768) to (32,767). It so easy thank you.... 😎😎
I'm 2nd year student and by next year I have placements and now I started my Java course on 25/10/24 and hopefully manifesting to complete by 3 months ! ❤❤❤❤
Even though I have studied java 2 years back, this by far is the most easy to understand course on whole youtube. This is helping me out very much in brushing up the basics that were left out when I was learning. Can't wait to finish this and start the Data Structures and Algorithms playlist. Thanks harry! I've shared this playlist with all my peers and siblings who are learning to code. This is GOLD! Hope you cross 2M subs very soon! Keep em coming!
Hey Harry, I just started to learn java, before came here I watched several videos of different tutors, but as felt your way of teaching is very different than others. As i am a beginner and having difficulty to understand each small thing but your video really help me to clear my doubt.
15/7/23 Coming after a long time to this lecture. Will have to revise the notes of this lecture. Revising it once again so that my basic will be always strong. Repetition, Revision, Reiteration is the mother of learning. Thanks a lot Harry Bhai for this course.❣ Finally, completed the notes of this lectures, source code ,all concepts and others. Will complete the handwritten notes later as logic building and faster completion is more important than notes.
@@nabonitaroy15345 ITER college Experience(Not tips):- be consistent , I am too in first semester(not started yet), In two months also , I was distracted and was unable to remain consistent, So try to be consistent , and try out different real world projects via applying your learnings rather than just completing the lectures and calling it as learning.
@@departurer121 I am in 8th grade and i am learning python, Java and HTML.We are not burdening our childhood, we either find it fun to learn or we just want a secure future. And our childhood will be over now if we suffer later we can see the results
@@nireekshakamath1635 you won't get it now, I don't mean that you should stop learning this stuff, I began Java when I was in 7th and as soon as I came from school, I would sit on my desk and study Java and Now I regret it. Learn it, it's a very good thing especially with the increasing competition, but make sure that you are not overwhelmed by it.
1/7/23 Revising it once again so that my basic will be always strong. Repetition, Revision, Reiteration is the mother of learning. Thanks a lot Harry Bhai for this course.❣ Was not here yesterday because I had gone for an outing. Anyways, starting my work again now from this month's beginning with full energy. Going to note down the source code of this lecture. Thanks a lot.❤❤
(2 to power n * 8) / 2 to (2 to power n * 8) / 2 - 1. Who is studying this course in 2024. I am learning this course right now I am learning variables and datatypes in java...anyone still learning
I am doing my best to create the best Java Course for you. Please do your part by sharing this video!
Access the Playlist: th-cam.com/play/PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q.html
Instagram: instagram.com/CodeWithHarry
1st one to comment 12sec ago video
Thank you Harry bhai
Sir aap php Kai login or handling ka source code dalenge to acha hoga sir please reply and amazing java types
Brilliant 👍🏻
Great sir
THIS PERSON IS MORE IMPORTANT THAN ELON MUSK.
@Attitude girl shivangi your new song with Inder Chahal is great
True
Please don't compare elon
@@v3nomoussamrat701 bro it was just a way to show the hard work put by this man.🙄🙄. I also know what Elon is
lol no
He is literally putting his most efforts. He deserves billions.
Not billions ... There are other tutors who are much better than him
Programmer 404 There may be but never compare. He is providing notes which he wrote himself. He is providing you with the cheat sheet. He writes everything he explained in his website. He is bringing a full course. Most importantly he explains in such an easy way. Now tell me do others provide you all this for free. I think that they don’t even provide such a valuable material after taking money too.
@@abheygupta2332 is absolutely right
Absolutely he will deserve that.
Right
18:14 - The generic form for the range will be from - ( (2^(N*8)) / 2 ) to + ( ( (2^(N*8)) / 2 ) - 1 )
🤡👍
19:52
Noice 🙌
sir you are the best teacher i have ever seen. i learned html , css , javascript , php , C programing and now i on the way to java and i think this will continue in future also. Thanks a lot sir😇❣
Hii
Tell me something
Bro Harry, why did I not see your videos before! I have been struggling to learn Programming for so long. You just made it easy. Thank you so much. Because of your good and hard work people like us get hope. I will always be grateful to you.
Brother can you help me in
learning programming language please
@@varunsharma2507 nahi😛
@@neeraj4561 kr le
I've never commented before on a YT video but code with harry deserves it. So much efforts and mad hardwork , last time I saw this video 2 years back when I was doing my btech , now watching it again when I'm switching job. 💯 hats off!!
Hyy
@Muskan Singh hyy
@@2shorts408 kya taqleef hai bhai is sajjan ko..??
@@deepakumar01 🤣🤣when a girl comment , koi na koi hyy byy karne aa jaata hai jaise ki wo apna address de deyy🤣🤣🤣🤣
you are not prepare with best CPU mind
itna achhe se kon btata h yr
The way you have explained basics is beyond excellent. I find myself lucky to have come across your course.
System.out.println("amazing java course");
System.out.println("best teacher on youtube");
😂😂😂😂waah
Range of a data type that takes 'n' bytes of space would be : - (2^ n*8)/2 to +[(2^ n*8)/2] -1
total space it occupies : n bytes
total bits it can hold : n*8 bits
total values would be : 2^ (n*8)
so, range would be : [-2^ (n*8)]/2 to [+2^ (n*8)]/2 -1
right
If we put n=3 condition false
@@surajyadav289 there will not be n=3 in datatypes
@@surajyadav289 only even values are put
If n bytes. Then 1st n*8=8n
Range is :
-{(2^8n)/2} to [{(2^8n)/2}-1]
Right
Awesome
Great
@@kira_light7725 same here!!!
same here
00:02 Java course covers Variable and Data Type
03:29 The anatomy of a Java program
06:37 Variables and Data Types in Java
09:43 Variable Naming Rules in Java
12:49 Java has eight primitive data types
15:54 Different Data Types in Java
18:34 Java Primitive Data Types
21:24 Java program to add three numbers
For n bytes, range will be from ((2^(8n))/2) to ((2 ^(8n))/2) - 1
There is a correction, minus sign
- ((2^(8n))/2) to ((2 ^(8n))/2) - 1
i.e -128 to 127
@@satishurewar2564 thanks bhai
((-2^8n))/2) to ((2^8n)/2) -1
@@pritampritam3458🎉
18:20
Formula to calculate the range of a data type : -(2^8n-1) to (2^8n-1)-1
Where n = no. Of bytes it takes
Right!
It's divided by 2 so yeah youbcan write that as well
The formula that you have written above is wrong, the right one is -(2^8*n)/2. to (2^8*n)/2 -1.
@@mania20 mania the formula that the above person has written is wrong and the right one is what I have written. -(2^8n)/2 to (2^8n)/2-1
@arpit he has followed exponent rule
Udemy - All of the cost of lunch
CodeWithHarry - Lesser than a price of toffee
That's why Harry is legend
Never commented on TH-cam but Harry deserves it
Such a great work 👏
Amazing course
18:20 The formula for calculating the value range of a data type of n bytes is :-
Let n'=n*8
-2^(n'-1) to 2^(n'-1)-1
When its 2^(n-1) then y for byte its 128 . Coz 2^8 is 256. Bt the range of byte is 2^7. Can u pls clear ths doubt. Im a beginner.
Thank you
@@ApexFr777 see its easy
1 byte =8 bits(n)
and the formula is 2^(n-1)[n is the number of bits]
therefore the range for byte is 2^(8-1)
=2^7=128
@@Manav0077 thanx brother
-(2^/2 to 2^/2)-1@@ApexFr777
If a data type takes "n" bytes:
n bytes= 8 * n bits
range= -(2^8n)/2 to (2^8n/2) - 1
So, range= - 2^ (8n-1) to [2^ (8n-1)] - 1
I started learning Java. But there were a lot of courses and books that were available. But you did a fantastic Job of making it simple and providing relevant notes that too free of cost. Hope you have a wonderful career and this channel gets acknowledge for being as fantastic as it already is.
Kaha sa notes mila bhai musjko bhi chaiye the notes
@@ShubhamSingh-fk8fm description Mein website k link h unka. Downloads k option Mein Pura notes available h.
Formula for finding the range of a Data Type = - (2^n)/2 to (2^n)/2 - 1
Where ,
'n' denotes the no. of Bits that data type takes , 1 Byte = 8 bits.
Yes is a real coder,teacher , helper , and a god gift. Pls pls pls share his playlists
18:10 Formula: -(2^(n*8))/2 to (2^(n*8))/2-1
Correct
@@rohans3447 Thanks 🤟🤟🤟
Same Answer No Difference
My answer is also same no difference 😅
A bit of modifications -
[-(2^(n*8))/2] to {[(2^(n*8))/2]-1}
Might look a bit complex XD, but it is mathematically correct.
Nice video sir , you are the best teacher in my whole life 😍😍😍😍😍
Whoever starting it in 2024 plz leave your reviews here! According to me this is the course you need nothing else.😃
bro im new in programming can u tell me is it the best channel to learn java from beginning
@@sohamsaha3404 Bro I can bet on it, you will never find anyone better than him.He explains each and every point, I have tried many other channels also but harry is THE BEST!!
Yes
started today
@@ramdangi5335 all the best bro!
18:10 For numbers : formular to calculate for n number of bytes -(2 to the power(n*8))/2, +((2 to the power(n * 8)/2)-1) for charecters : +((2 to the power (n * 8))-1)
I was thinking to take computer classes but after watching your videos I changed my thoughts. I don't know anything about computer but the way you are teaching is commendable. It is easy to understand.
I want to ask a question that "is this playlist contain complete java's topic? "
exercise done
public class Main {
public static void main(String[] args) {
int a = 5,b=8,c=9;
System.out.println(a+b+c);
}
}
Online course: paid
Harry course : free
@deshbhakt much better than few paid
@deshbhakt ulta bola🙄
Please learn me also
@8115_DhairyaVijay best of all paid courses
yeah .and the course given by harry is more easy to understand yet knowledgeble .
18:06 For integers taking n bytes according to the data type, value will range from (-2^(n*8))/2 to ((2^(n*8))/2)-1.
Amazing Java code
n bytes to the data types, the value range from -2^n/2 to 2 ^n/2 -1
@@meghagore4518 dude it is not java code it is a formula
If we put n= 3 conditions false
@@surajyadav289 its true
June 14 2023
Completed it.
Will be there again tomorrow for revision.
Consistency is the challenge ❤
thats my birthday
@@mohitarora9092 and SSR's demise date too 🥹
Aa gyi kya bhai coding
@@insizegamer chal rhi hai 1 saal ho chuka ab toh tab beginner tha
@@mohitarora9092 and that's the death anniversary of SSR
For n bytes
-(2^n*8)/2 to (2^n*8)/2 -1
❤❤❤❤
Thank you sir
For this playlist ❤❤❤
AHrry you are the best, I have seen many teachers but the way you teach online that enormous. I haven't realized that I am taking an online class, you have one level up .... Amazing talent buddy...
For n bytes ,there would be "(n*8)"bits. So the value ranges from "- {2^(n*8)/2}" to {2^(n*8)/2}-1
bro ye (n) ka matlab kia hota h could please explain me
@@vishal_34n is the number of bytes taken by the data type
@@vishal_34 n means natural number, kuch bhi le sakte hain app
Why is it divided by 2?
Bhai tum dono maths pad ke aao yrr
I was waiting for this Java course for a year in this channel . And now finally he started. Love you Harry bhai 💓💓💓
This man's effort should be appreciated... He puts in a lot of work with Quality content
❤❤
Realy
0:00 So far what we see,In simple Java program Anatomy
0:11 Variable & Data type Intro(Amazing Java course)
1:07 Component of Java Program
3:46 Data type without notes
6:31 Notes
7:00 Syntax(set of rules in java programming)
7:44 Variable in notes
13:00 Data types in notes
23:11 Quick quiz
Can I get the notes plz
Esme notes kaha pr milenge
your teaching way is very different from others there is no hate for any one but you are the best tutor i have seen ever
You really teach like a experienced teacher.
18:30 For integers consuming n bytes the formula can be: -(2^8xn)/2 to (2^8xn)/2 -1
You're right
It is not true for byte range (n=1)
Sir you are wonderful teacher for java !! It helped me a lot to master java language!!
Wondorful . Tried to learn java from others but was totally confused. But now I have a clear mind. Amazing Java Course. You deserve Millions
I am from python programming, as I'm used to python syntax😅so the semicolon and int and other things make the syntax a bit harder, but Harry bhai explains it so well, it becomes really easy. Good job harry bhai.
Ya same problem for me too.
I had also began programming from python.😅
@@KoushikDas2005 where do you guys work
@@pranjiljain4500we are students
Java Statement Types.
Type of statements in java
In Java, there are several types of statements that can be used to perform different operations. Some of the most common types of statements in Java include:
Expression Statements: These statements are used to evaluate an expression and can include method calls, assignments, and other operations.
Declaration Statements: These statements are used to declare a new variable or constant and specify its type.
Control Flow Statements: These statements are used to control the flow of execution in a program, including if-else statements, switch statements, loops (for, while, do-while), and try-catch statements.
Jump Statements: These statements allow the program to jump to a specific part of the code, including break, continue, and return statements.
Assertion Statements: These statements are used to check assumptions made by the programmer and throw an error if the assertion fails.
Synchronized Statements: These statements are used to control access to shared resources in a multithreaded environment.
Labeled Statements: These statements are used to provide a label to a block of code, which can be used for easy navigation and readability.
Block Statements: These statements are used to group a set of statements together, which can be treated as a single unit for control flow or variable scoping.
public class primitive {
public static void main(String []args){
System.out.print("Sum of three numbers on =");
int a = 67;
int b = 67;
int c = 67;
int sum = a + b + c;
System.out.println(sum);
}
}
I have learned C C++ Php python and Java all from your playlists. You are doing amazing job. Programming looks easier now thank you so much sir.
29/6/23
I was inconsistent from 2 days. On 27, I was irregular in revising my schedule . But completed my notes of first chapter yesterday. Now revising the lectures again , revising with the source code . Hoping to be consistent again . Thanks Harry again.❤
Hey can we connect on any chat app bcoz i also preparing this language but need consistency and regularity..need some one to work along on same thing ..if u don't mind it btw which branch r u from and which year
@@kb6443 I am from CSE branch only , learning this language because it's there in my syllabus curriculum of first semester. I am just going to start my first year.
I don't know why yt is deleting my comments again and again.
But ,yes we can connect on telegram but on yt I am unable to share my username with you because of yt chat restrictions.
@@kb6443 your second comment is not visible to me. I checked it again so I came to know that you have commented something which is not visible to me.
@@kb6443 i can see you have 3 comments on this channel but still only one is visible to me.
Better you reply me on any other comment of mine of this channel.
I have several comments on this channel. Reply there .
this is the most interesting and detailed course for java on entire youtube. hats off to you for putting in so much efforts for us! A very big thanks.
Anyone is here in 2024😅
Yes
@@ShreyaGarg-cg4dlyeah me to
Kitna pdd liya hai
Yes
Amazing Java course. Infact I learnt everything from u only..
i already have a paid java course but still i m learning here more than paid course........
thanks for it...........Harry bhai🙂🙂
sorry to disturb u
but can u tell why we use int there like we could use long and it will still work
@@Ghostly_canvas Double and long use more space(memory). Also sometimes it's useful to make it clear that the value is an integer and will not have a decimal part.
// My first programming in Java.
Class harry
{
public static void main (String args [ ])
{
system. out.println ( thanks for education bhiya);
}
}
OUTPUT
thanks for education bhiya
You are too good man. You solves every doubts and confusions in easy way
18:08
ANSWER
-(2^n*8)/2 to ((2^n*8)/2)-1
put n*8 in bracket
@@Unknown-Stranger here n*8 is in 'power to' it's somewhat like 2 raised to the power of n*8
@@sujatajena267 i know but to run it without error write like this ==> (2^(n*8))/2
@@Unknown-Stranger Thanks for correcting my mistake
@@sujatajena267 really nice & thanks
System.out.println("Loved this course sir. Can't learn java in this much simpler and easy way. Thank you for this playlist");
you missed the public class Main {
public static void main(Stirng[] args){
// from here
}
}
@@manglesh.kumar82747 // from here was to be replaced by the system.out in the comment, and don[t copy "you missed the"
suprb explanation of java course and each and every concept clear..thnq for this sir I was at zero level but after watching your videos ...I am blessed and thankful to you that you teach in free and in proper way ...even not our teachers not like us..
Best teacher in my life for coding... Thanks Harry Vai/sir ... 🙏🙏🙏
Your teaching style is amazing.
You deserve millions of likes.❤️
Toh dete kyu nahi hoo
sahi baat hai bro
If a data type take n byte then:
-(2^n*8/2) to (2^n*8/2)-1
Answer of your question 😉😉
If we take a data type like short.
short = 2 bytes.
2*8 = 16.
-(2^16/2) to (2^16/2)-1
Solution: -(-32,768) to (32,767).
It so easy thank you.... 😎😎
I'm 2nd year student and by next year I have placements and now I started my Java course on 25/10/24 and hopefully manifesting to complete by 3 months ! ❤❤❤❤
Even though I have studied java 2 years back, this by far is the most easy to understand course on whole youtube. This is helping me out very much in brushing up the basics that were left out when I was learning. Can't wait to finish this and start the Data Structures and Algorithms playlist. Thanks harry! I've shared this playlist with all my peers and siblings who are learning to code. This is GOLD! Hope you cross 2M subs very soon! Keep em coming!
it's amazing java course and literally sir putting his most effort so once again sir thanks for providing the java course
Hey dislikers, what else do you want? He's tries his level best in his every course!
I think they want us to kick their asses make them our slaves....
They are haters chill
they dont have a life
@@fastcar544 jindagi se pareshan
ho sakta hai jaisa unne aspect kiya tha vaisa unhe na milla
aur aisa bhi ho sakta hai ki coching institude vale ho?
Formula of range for n bytes
-(2^8n)/2 to (2^8n)/2 -1
You deserve 1 trillion subscribers.
Bhai Earth ki population 7 billion hai , Alien se bhi subscribe karwaega kya.
@@ytvideoedit7055 ji
@@ytvideoedit7055😂😂
@@ytvideoedit7055😂😂😂
And also angels
For integers taking n bytes according to the data type, value will range from (-2^(n*8))/2 to ((2^(n*8))/2)-1.
Hey Harry,
I just started to learn java, before came here I watched several videos of different tutors, but as felt your way of teaching is very different than others.
As i am a beginner and having difficulty to understand each small thing but your video really help me to clear my doubt.
you learned java?
Amazing Java Course by Harry Bhai.
Best Java tutorial I have ever seen. You are doing a great job. ❤️
""Amazing java course Harry bhaiya ☝️💯💥"
A thorough scholar, your sacrifices don't go unnoticed 🤗
15/7/23
Coming after a long time to this lecture. Will have to revise the notes of this lecture.
Revising it once again so that my basic will be always strong. Repetition, Revision, Reiteration is the mother of learning. Thanks a lot Harry Bhai for this course.❣
Finally, completed the notes of this lectures, source code ,all concepts and others. Will complete the handwritten notes later as logic building and faster completion is more important than notes.
Which college year you are in.. And can you give some tips how can i start my programing journey I am new in this...
@@nabonitaroy15345 ITER college Experience(Not tips):- be consistent , I am too in first semester(not started yet), In two months also , I was distracted and was unable to remain consistent, So try to be consistent , and try out different real world projects via applying your learnings rather than just completing the lectures and calling it as learning.
If any datatype takes n bytes then the formula to find its range is : -(2^8n/2) to {(2^8n/2)-1}
Yes ,you are right
This is not right this time because begginer have not knowledge about operator
thank god i found your channel , learning java became easy
Dear Harry, why did I not watched your channel before.... I think I'm too late to watch your videos but now I'm not going to stop. Thankyou 🥹
Amazing Java Course
I am learning JAVA in 2023. Even after 3 years this course is best from all the other courses.❤❤❤❤❤❤❤❤❤❤❤❤❤
ab tak kitna sikha ?
Amazing Java Course. Thanks Sir
formula for the range for n bytes will be -2^(8*n)/2 to (2*(8*n)/2) - 1
18:08
Answer :- -(2^n*8)/2 to (2^n*8)/2 -1
You're a great teacher. Thanks for uploading these videos and putting up so much effort. Love your work. Great JAVA code!
0:56 -> AMAZING JAVA COURSE 👍👍😱😱🤩🤩🎉🎉
never commented on some educational videos
but without harry i would have failed
amazing codes thanks harry
bro your efforts made our life easier! thanks bTW dont ask for like and comment it would be automatically done!
Amazing Java Course ❤️
very very helpful. no one teaches like you so far .no words to explain your efforts .
thank you🤗
-(2^8n)/2 to (2^8n)/2-1 , amazing course btw
Apne dimag ko hard disk nahi banana hai, CPU banana hai.
-- Harry , 2020
Thats Truly an Idea that can save the world!!!
"Amazing Java Course"
you are a legend I only see some peoples like you who wants to educate everyone for free and you want to make our career better❤🔥🔥🔥
Notes download kaha se kare java ke
Hello Harry I am Arjun from class 6th I am learning Java during my summer vacation.
Me too
Hmai tou 6th me pta tha ki 10th pass krne k baad mazai hi mazai hai. 🥴🥴🤣🤣🤣
Bro, don't! Don't burden yourself with this, enjoy your childhood!
@@departurer121 I am in 8th grade and i am learning python, Java and HTML.We are not burdening our childhood, we either find it fun to learn or we just want a secure future. And our childhood will be over now if we suffer later we can see the results
@@nireekshakamath1635 you won't get it now, I don't mean that you should stop learning this stuff, I began Java when I was in 7th and as soon as I came from school, I would sit on my desk and study Java and Now I regret it. Learn it, it's a very good thing especially with the increasing competition, but make sure that you are not overwhelmed by it.
1/7/23
Revising it once again so that my basic will be always strong. Repetition, Revision, Reiteration is the mother of learning. Thanks a lot Harry Bhai for this course.❣
Was not here yesterday because I had gone for an outing. Anyways, starting my work again now from this month's beginning with full energy.
Going to note down the source code of this lecture. Thanks a lot.❤❤
Formula : -(2^n*8)/2 to (2^n*8)/2 - 1
Amazing Java Course
Yep, whatever the size of bytes is, just multiply it by 8(cause 1 byte=8 bits) and put into the formula
Great job sir. Your way of explaination is simple and i would recommend this channel to all the coders out there . AMAZING COURSE !!!!! 🎉 🎉
Great job , happie to see this playlist 😁😁
Jo jo Harry bhai se PURA MySQL shikna chaheta Hain woh like kare🙏
Amazing Java Course
😍
Size: n bytes; Then value range: -(2^8n)/2 to {(2^8n)/2}-1
Tons of thank you! For such videos 🙂
Range of datatype for space n = -(2^8n)/2 to (2^8n) -1 /2 📝
On to the next one ❤
divide by 2 bhi kar bhai
(2 to power n * 8) / 2 to (2 to power n * 8) / 2 - 1. Who is studying this course in 2024. I am learning this course right now I am learning variables and datatypes in java...anyone still learning
you forgot the - sign
Yes I am also learning
@nitinSharma-yi1pd how much did you learn