@4:54:40 : There's another way to describe lowest number: public class Examples_Array { public static void main(String[] args) { int ages[] = {23, 12, 6, 7, 15, 3, 2, 56}; int lowestNumber = ages[0];
for (int i = 1; i < ages.length ; i++) { if (lowestNumber > ages[i]) { lowestNumber = ages[i]; } } System.out.println("Lowest Number is "+lowestNumber); } }
@@engg.5111 This video covers all the backend development concepts in order to create an application you must learn about frontend development as well.
Completed the whole video. It's a good video. I have already studied java during my college time but never really understood it. I have been working with Javascript ever since my college and learning Java felt easier now plus the video is also good as it is structured well. Thank You.
i am learning java with your video sir, literally you are giving best example with evrything. hope i will complete this course with my 100% efforts. lots of love sir ❤
I am 30 years old.. And from now i am going to learn java, dsa, spring boot.. Within six month i want to be master of those mention topic.. And finally become a great software engineer..
A concept aimed at enhancing Java programming education. It incorporates interactive teaching tools, detailed explanations of core Java concepts, and practical problem-solving examples. The focus is on bridging the gap between theoretical understanding and hands-on application through live coding sessions. It empowers learners to develop efficient, real-world Java applications while fostering an engaging learning environment. Thank you Bhaiya😊😊
8:59:50 🙂🙂🙂🙂 Annotations Hi use hotein aaaj kal , now adays every class must contains 1 and more annotations without it we are not creating any application . as use annotations are the power . but for practicing doing dsa annotation not play a role but when you enter in a company you are supposed to work on application which is having spring boot boot java and other libs annotations not only company will ask you to create custom annotation . you will not work leetcode or something but on project . Where Top levels who getting high payment using enums and annotations designing arc
Hi Anuj bhaiya, I really enjoy your content! Could you please make a video on Python and data structures & algorithms in Python? It would be really helpful for many of us. Thank you!
Hats off to this Single video and a Instructor Anuj bhaiya Love from Pakistan finally completed this now moving toward Collection framework, Some Advanced Concepts, and .....
solved 2:30:54 done baby piece of cake. int a = 9; int b = 0; int c = 1; int d = 5; if (a > b) { System.out.println("a is bigger than b"); if (b > c) { System.out.println("b is bigger than c"); System.out.println("b is the largest " + b); } else if (c > d) { System.out.println("c is bigger than d"); System.out.println("c is the biggest " + c); } else { System.out.println("d is the biggest " + d); } } else { if (b > c) { System.out.println("b is bigger than c"); if (b > d) { System.out.println("b is the biggest " + b); } else { System.out.println("d is the biggest " + d); } } else { if (c > d) { System.out.println("c is the biggest " + c); } else { System.out.println("d is the biggest " + d); } } } let's chat in the comments give more alternative solutions. and enjoy learning if any errors are there do correct mee.
Bhaia college me java Krna compulsory h paper bhi online hoga lekin is bar code editor se language choose krne ka option hta dia h or mujhe c++ ati h usi me DSA kr rha hu to ap thoda guide krdijie ki college ke purpose ke hisab se kese manage kre java ko
A crash course playlist including one shot videos on core java, advance java, jsp, jdbc, mysql, servelet, hibernate, springboot and one major project will be really helpful sir..
Q9.multiplication of two matrix using multi dimentional array Q11. add two matrix and print resultant matrix Q14 wap to create a class student data,age,city along with method print data Q1 multiplication table class table{ public static void main(String[]args){ int n=7; for(int i=1;iarr.length;i++){ if(arr[i]0;i--) { for(int j=0;j
Sir . I am a 3rd Year BTECH (EEE) student. Now i am thinking to go for IT Sector and starts preparing by start learning CORE JAVA (from July 2024) . Please guide me this is correct step or not????? Should i continue??? FUTURE IS GOOD as a NON CS STUDENT ?? please guide me.
Sir the class and lecture is high level❤❤ . But the examples use in the topics are very poor. So this one shot can slightly worse for practical knowledge.. I had completed this lecture before my semester exam .. thank you sir for your valuable support🙏🙏🙏 💯😅
Sir meri age-26 hai...meri 12th Arts(From Nios ) 2017 me hui thi And B.A(From DU) 2022 me..kiya me BCA - full stack development specialization (From Online Mode) se kar lena thik rhega... Mera bhut intrest hai isme...
It does not depend on what to do and what not to, it all depends on what new you can do with what you are making. Whatever you are doing make sure you can do something that no one is doing it.
We have a 100 videos playlist called DSA one with DSA in Java on TH-cam. For more detailed content, please refer to the DSA Prime course on www codingshuttle.com
Complete Java Collection Framework in one Video (4 hrs): th-cam.com/video/OQvOx5q0D2A/w-d-xo.html
How is possible in one video
@AnujBhaiya, Sir, could you please make a tutorial video on multithreading in Java? Please???????
Bhai yeh course ke least por kiya ham Java developer bonsakta hai
Bhaiya kya aap html ,Javascript and css ka ek complete vedio bna skte h
U r so amazing person 😊
57:00 -1:25:00 binary 1/2hr
1:26:00 - 2:00:00 operator 1/2hr
2:04:00-2:58:00 if else 1hr
2:58:00-4:07:56 loop 1.5hr
4:12:00-4:55:00 array 1hr
5:09:00-5:50:00 Method 1hr
6:05:00 - 6:44:00 String 1hr
Oops started
Bhai aage ke ?😮
@4:54:40 : There's another way to describe lowest number:
public class Examples_Array {
public static void main(String[] args) {
int ages[] = {23, 12, 6, 7, 15, 3, 2, 56};
int lowestNumber = ages[0];
for (int i = 1; i < ages.length ; i++) {
if (lowestNumber > ages[i])
{ lowestNumber = ages[i];
}
}
System.out.println("Lowest Number is "+lowestNumber);
}
}
Thanks for whole Java in single video
is this course enough to learn java?
@@engg.5111According to me, yes it covers almost all the concepts
@@luckyman4398 do you have any idea about missing topic? It would be a great help
@@engg.5111 This video covers all the backend development concepts in order to create an application you must learn about frontend development as well.
😂
I'm so grateful to you sir I got a teacher who can clarify all the basics and I'm enjoying the lecture🎉❤
I completed the whole video in 3 days and trust me all concepts are crystal clear so watched till end..❤ThankU
@GamingLion-jx9bp 2 to 3 hour daily watch video and practice code on laptop for 1 to 2 hour
Excellent explanation. I loved it. Thanks Anuj bhaiya
30:19 camel case
41:57 float no.
43:49 character
Completed the whole video. It's a good video. I have already studied java during my college time but never really understood it. I have been working with Javascript ever since my college and learning Java felt easier now plus the video is also good as it is structured well. Thank You.
Will u please reply me..for help
I'm so grateful to you sir i got a teacher who can clarify all the basics and i'm enjoying the lecture
Who starts Java programming from 2024?😅 Because I'm also on this learning process 😀
me 😀
My name is java programming 🌚🌚
Me too
@GamingLion-jx9bpBhai sach baatau toh 1 week pehle hi laptop liya hai aur kal se start karuga 😢😢😢.
@GamingLion-jx9bp Dekh Bhai me bhi mene bhi pehle Java se start Kiya lekin kuch samajh hi nhi aa raha tha
Sir bahot channel dekh liye java ke liye but aapka khna hi kya sir ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤ very nice sir ek ek chij smjh aa rhi hai
Thnx sir😊
Words can't describe how helpful it is ❤
As a c++ lover I hate Java but trust me this playlist is worth to watch hope you bring advance Java playlist too 😅
4:18:10 Creating an Array in Java
Started learning again. A nice explanation sir...
i am learning java with your video sir, literally you are giving best example with evrything. hope i will complete this course with my 100% efforts. lots of love sir ❤
I am 30 years old.. And from now i am going to learn java, dsa, spring boot.. Within six month i want to be master of those mention topic.. And finally become a great software engineer..
Yes bro good 👍 and best of luck 👍🤞
Placement pane ke liye java ke sath kya prepare kre abhi bignner ho
best of luck 👍
Insha Allah
sir!!!! yr aapne ye course jo bnaya h na , sahi h sir, Guru ho aap mere abse🙏🙏🙏🙏
I trust Anuj bhaiya that he will be taught us properly to the Java programming language 😊
Please 🙏🏻 bhaiya comments read kr liya kro 😅
ap english thikse sikh lia kro
A concept aimed at enhancing Java programming education. It incorporates interactive teaching tools, detailed explanations of core Java concepts, and practical problem-solving examples. The focus is on bridging the gap between theoretical understanding and hands-on application through live coding sessions. It empowers learners to develop efficient, real-world Java applications while fostering an engaging learning environment. Thank you Bhaiya😊😊
Awesome @Arjun Bhai, you did great job, every concept was crystal clear, Thanks!
Thanks a lot for this detailed video.
Pls make long video like this for
HTML
CSS
JAVASCRIPT
Chai code js
Overall a good course , the only part i was lacking in understanding is Constructor Concept
8:59:50 🙂🙂🙂🙂 Annotations Hi use hotein aaaj kal , now adays every class must contains 1 and more annotations without it we are not creating any application . as use annotations are the power . but for practicing doing dsa annotation not play a role but when you enter in a company you are supposed to work on application which is having spring boot boot java and other libs annotations not only company will ask you to create custom annotation . you will not work leetcode or something but on project . Where Top levels who getting high payment using enums and annotations designing arc
What kind of logic is that?
Hi Anuj bhaiya, I really enjoy your content! Could you please make a video on Python and data structures & algorithms in Python? It would be really helpful for many of us. Thank you!
Basic concept cleared....Thankyou so much @anujbhaiya😊😊
A very knowledgeable Session, Thank You Anuj Bhaiya.
but i fell the video was ended without a proper conclusion, Hope this can be fixed.
9:26:48 Java Encapsulation
Hats off to this Single video and a Instructor Anuj bhaiya Love from Pakistan finally completed this now moving toward Collection framework, Some Advanced Concepts, and .....
solved
2:30:54 done baby piece of cake.
int a = 9;
int b = 0;
int c = 1;
int d = 5;
if (a > b) {
System.out.println("a is bigger than b");
if (b > c) {
System.out.println("b is bigger than c");
System.out.println("b is the largest " + b);
} else if (c > d) {
System.out.println("c is bigger than d");
System.out.println("c is the biggest " + c);
} else {
System.out.println("d is the biggest " + d);
}
} else {
if (b > c) {
System.out.println("b is bigger than c");
if (b > d) {
System.out.println("b is the biggest " + b);
} else {
System.out.println("d is the biggest " + d);
}
} else {
if (c > d) {
System.out.println("c is the biggest " + c);
} else {
System.out.println("d is the biggest " + d);
}
}
}
let's chat in the comments
give more alternative solutions.
and enjoy learning
if any errors are there do correct mee.
Bhaia college me java Krna compulsory h paper bhi online hoga lekin is bar code editor se language choose krne ka option hta dia h or mujhe c++ ati h usi me DSA kr rha hu to ap thoda guide krdijie ki college ke purpose ke hisab se kese manage kre java ko
Kal subha exam hai..aaj raat ko pura nipta dunga 😂😂😂😂
Legend ho bhai tum😂
A crash course playlist including one shot videos on core java, advance java, jsp, jdbc, mysql, servelet, hibernate, springboot and one major project will be really helpful sir..
nice video && great explaination
Thank you Anuj Bhaiya, there could not have been a better revision video than this for me, everything became crystal clear.😘😘
hey, is this a compilation of the 17videos ka full course or is it different?
1st class done 2nd Tommorow 57:35
शानदार जबरदस्त जिंदाबाद👍👌👌🤟✌️✌️💝🥰❤️
1:05:41 , anything raised to power 0 is 1 not zero sir.🙆♂
Thank you sir for clearing our basics
Best explain, thank you so much ❤
You're welcome 😊
Finally, I completed
Good bro
Kitna din laga bro
Bhai notes haaa kya
Thanku anuj bhaiya it's amazing ❤ it is totally powerfull vedio and i learn java cading first time that so great vedio 🎉
Well Tutorial of Java for Beginners 👍👏
Q9.multiplication of two matrix using multi dimentional array
Q11. add two matrix and print resultant matrix
Q14 wap to create a class student data,age,city along with method print data
Q1 multiplication table
class table{
public static void main(String[]args){
int n=7;
for(int i=1;iarr.length;i++){
if(arr[i]0;i--)
{
for(int j=0;j
Complete video 11:55:00
Explanation on the top 🎉
Atleast watch the full video 😂
Notes link
@@dopeedits6996 already baaki h video dekhe h and he is amazing teacher
Amazing Explanation
bhaiya jaldi se jaldi, spring security, microservices, spring-boot per mega production level project leke aao jaldi jaldi, fasttttt.....
Bro this is all about java that he teach in entire video apart from dsa
Thank you so much. Words cannot explain how it helps me ❤ again thank you so much sir 🙏
Sir . I am a 3rd Year BTECH (EEE) student. Now i am thinking to go for IT Sector and starts preparing by start learning CORE JAVA (from July 2024) . Please guide me this is correct step or not????? Should i continue??? FUTURE IS GOOD as a NON CS STUDENT ?? please guide me.
anuj bhaiya could you please make a video on MULTITHREADING and AWT..
Whats the difference between the java (which is available at internet as java only)that we use and this which you used??..
1st viewer bhaiya will complete tomorrow.
Flutter ke upar bhi banaye please I like your teaching methods 👍👍👍👍👍👍
Finally Completed after this going to take 0-100 spring boot course from coding shuttle.🚩🚩
02:59:06 "Dhote ho" ....reh gaya idhar😒
3:50:00 bhaiya ke expression dekho jara 😂😂
6:19:41 dark background me light colour use karna chahiye tha, thik se visible nahi hai
very nice awesome explaination ..
Sir the class and lecture is high level❤❤ . But the examples use in the topics are very poor. So this one shot can slightly worse for practical knowledge.. I had completed this lecture before my semester exam .. thank you sir for your valuable support🙏🙏🙏 💯😅
6:57:06 the order is wrong , there are 15 string methods
Not necessary only 15 there are many you can say 15 are main string methods that are used most in Java
In this video also DSA is done or only Java basics
Lets start the journey : The journey of getting placed
All the best!
Sir if In jdk have JRE and JVM so why we install JVM or JRE ??
bhaiya java DSA se ek achai video lalo pls thank you for java series love u
Hi Anuj Bhaiya,
Thank you for the great Java lecture! 🙏 Could you please share how to access the related assignments? 📚 Thanks! 😊
6:27:51 I was watching this video at 3 AM and got genuinely scared 🙏🙏
nice explanation 👍👍
I want to learn DSA after completion of this video. Is this enough???
100%
i think he is covering every topic for you to start dsa with java
@@AryanVani-ml2ecThanks buddy
Anuj bhaiya love you
any one from lpu watching this after getting re in java
Please make one short videos of jdbc servlet JSP spring boot microservices with project ❤❤
5:09:40 methods
Please upload more videos on Spring boot 🙏 🙏 🙏 ❤❤❤
very helpful video😇😇😇
Sir meri age-26 hai...meri 12th Arts(From Nios ) 2017 me hui thi And B.A(From DU) 2022 me..kiya me BCA - full stack development specialization (From Online Mode) se kar lena thik rhega... Mera bhut intrest hai isme...
17:33 bhaiya mere me to run ka option nhi a raha hai 😡
01:26 hr me bhaii galti ki hai aapne😂 1 ko consider nahi kiya tha...-128 ka explanation wrong hai... please check once and update..... I'm waiting....
this course is owsome
Sir kya mere last year ka project c#me karna chaiye backend ke liye?
It does not depend on what to do and what not to, it all depends on what new you can do with what you are making. Whatever you are doing make sure you can do something that no one is doing it.
Sir pls tell is this video is complete for btech 2nd year 3rd sem
Bhaiya ek question tha as fresher konsi field mein jau or within 6 months sikh saku
bhaiya jb if else m logical operators use kr rhe ho to isko aesse likhna glat kiu hai ?
(65 value
is this video is enough for learning java from basic to advanced does in this video all concepts of java is coved
5:56:36
Kindly give practice code in notes. Teaching quality is good but notes quality is so low.
File handling? I/O stream? Kaha hai?
sir make one more vedeo for micro controller programming using mplab
Full dsa course❤
Waiting for it ❤😂
Sir aap Vijay sethupathi ke jaise lagte hain❤
Sir dsa in java kab lekr aaoge??
We have a 100 videos playlist called DSA one with DSA in Java on TH-cam. For more detailed content, please refer to the DSA Prime course on www codingshuttle.com
A bhiya apki class kab katham ho gi
5 : 56 : 36 Random
bhaiya thank you for providing notes
bhiaya please provide notes of the topics after polymorphism
End of the 2024 I'm Starting Java 20/12/2024😢
Sir , companies will come for java developer roles in our campus drive, so can you please mention the topic names which are important for it.
Thanks sir ❤