While in college I thought java is a tough language to study so I skipped that and didn't choose it for a career but after seeing these types of tutorials I change my mind thanks a lot for the free course you provide.
Your Lectures are helping me a lot. I've been revising Java and I can say that, this course is completely perfect. Just hoping that you'll continue this course till last..thank you 🙏😇
seriously, mind blowing video hai with simple and to the point instruction maine bahut saare videos dekhe kasam se isko dekhne ke baad mera methods ka concept clear hua hai thank you so much❣
@@syedarmaghanhassan4652 nothing diff. bro...both use for execute the code. if any function used in under class called method, used outer of class called function thats allll....😉
i don't know how should i thank you your teaching is mindblowing crystal clear explaination super mam your teaching is very good and you are also good looking
You are amazing. This is the first time I'm studying anything in hindi/urdu. I've lived in Europe all my life. Your teaching style is great! Thank you so much
In finding factorial of a number When we write Factorial= factorial*I; Syso ( factorial); Then for n =5 Why the following output has not came: 5 4 3 2 1 Think about the question of printing table of any natural number using loop ... there we have used a same approach so why this is not happening again?????
Because in output statement we didn't print the ith value we print the (factorial). So see the condition Factorial=factorial*i That statement will execute and give the factorial of any number by loop.
Didi you really put a lot of hardwork in making these videos. Hats off to you ❤. I really build so much logic in programming after learning from your playlist. Going forward with a strong determination.
Homework question 1: import java.util.*; public class checkPrime { public static int prime(int n) { int flag = 1; for (int i = 2; i < n; i++) { if (n % i == 0) { flag = 0; break; } } return flag; } public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); sc.close(); if (prime(n) == 1) { System.out.println("Prime"); } else { System.out.println("Not Prime"); } } }
Didi, I am in 10th icse and I had a doubt, in the section of the video on 12:00 we are not creating an external object for above function because both off them have the keyword static right, coz methods having the keyword static need not be called with any external object creation right? Like we can call the method/function directly by just writing the method signature or is it something else only, since I got a bit confused in it.
for factorial question i used conditional statement ; import java.util.* ; public class Functions { public static int Factorials (int a) { if(a == 0){ return 1 ; } return a * Factorials(a-1) ; } public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); System.out.println("factorial of " + a + " is " + Factorials(a)); } }
Time Stamps for important points 🧑💻 What is a Function -> 0:50 Syntax Of Function Return type -> 2:30 Function name -> 5:00 Arguments -> 6:00 What happens in memory when a function is created -> 12:30 (stack frame concept) function vs code -> 25:50
What will happen if I dont write the command 'return' in a function having 'void' as its return type. Will it be saved in the memory(stack) or will it get deleted as soon as the function reaches its end point?
You dont need to write return in void function, the void func is used to perrform certain tasks or functions and u can store them if u want using a variable If u dont write any command to get that void function value it will be deleted as soon as u go to next step(in main)
I am working in java development projects from over 2 years and now only I am realising the difference between function and methods, smh! thanks a lot tho for clearing this out great course till now.
While in college I thought java is a tough language to study so I skipped that and didn't choose it for a career but after seeing these types of tutorials I change my mind thanks a lot for the free course you provide.
You are blo:O dy fool
same here i thought the same way
In which year you are in ???!!!!
5th year😂
Me too
love the examples you take reference of in between..plz keep going with this series.. great help and satisfaction
What an explanation. I really understand this topic. Thanks
Icse wale baccho ko revision hogaya.!! Thank you didi
Yeah actually ❤❤😅😂😂
sem
Revision kya hota hai. Mai to preboard ke pehle dekh rhi. 😅😅
@@DarshikaPandey-mp19 aur mai boards ke ek hafta pehele and got 85
@@itsash4760 just legendary things 😎😎🤣🤣 backbenchers do
You are the best teacher of Java programming
Your Lectures are helping me a lot. I've been revising Java and I can say that, this course is completely perfect. Just hoping that you'll continue this course till last..thank you 🙏😇
ua-cam.com/video/-AdgUai3Jkw/v-deo.html
Good morning didu
C ka course bhaje dijiya na
I was using this for ICSE Class 10 revision
@@aryadebchatterjee5028 now u in class 11?
you are grateful and diamond of Microsoft 💎 and masters of language ✅ Thanks didi
Ur parents are so proud of you didi because of ur work🙏🙏
You are awesome 👏 you are explaining the difficult thing in simple way that anyone can understand. One of best Java course
r u mad? she is totally ratta riented
seriously, mind blowing video hai with simple and to the point instruction maine bahut saare videos dekhe kasam se isko dekhne ke baad mera methods ka concept clear hua hai thank you so much❣
I just say .......big thank you ..........,🙏keep learning ❤️❤️❤️❤️❤️
Thanks Bro
I truly love your way of teaching 😍
?????
@@jatinjain1587lmao
Bhgwan Bhlaa kre tumhara sbka .. Thankyou so much didi :)
Thank you mam and sir for providing course and background black screen is best for night study ☺️☺️
Love you Didi Your teaching style is so amazing 🤗🤗🤗❤❤❤ Thanks For Amazing course ❤❤❤
Thankuu so much shraddha di for this amazing content ❤️❤️❤️❤️❤️❤️
kia dhaansoo jhakaas explain kia hay biru! well done! 😎👍
ye Main Method, and class ka kia Funda hay boss?
@@syedarmaghanhassan4652 nothing diff. bro...both use for execute the code. if any function used in under class called method, used outer of class called function thats allll....😉
@@iamsarfraaz.official cool ho gya! 👍🏼
@@syedarmaghanhassan4652 thank God.... 🤘🏻🤘🏻😎
Always waiting for this.🙂
Thank you.
ua-cam.com/video/uODVKc8gNm4/v-deo.html
Programming Channel😊
Please watch once and share your reviews in comment box..
Amazing Java video ❤
i don't know how should i thank you
your teaching is mindblowing crystal clear explaination
super mam
your teaching is very good
and
you are also good looking
This course is literally awesome, didn't know that difference between function and method 🫡💯
Thank you Shradha.. 👍👍
Your Lectures are helping me a lot. Thanks
Your explanation is very nice dhidhi.. thank you
Your way of explaining is amazing!!
I have never understood programming concepts until I watched your series.
Thank you so much ma'am!!!
Have u completed homework questions of this lecture?
@@munfeesfatima4508 yes
Wow🤩Mam! You are Great!
I'm telling you that end of this language I will definitely crack the job love u loads bro💕😘
ua-cam.com/video/-AdgUai3Jkw/v-deo.html
ma'am your video help me more to get best way to learn the java
Java videos is better than c++ ,aman bhaiya ne improve kiya , c++ mein fast paced tha lekin ye usse improved hai with better explanation .
You are amazing. This is the first time I'm studying anything in hindi/urdu. I've lived in Europe all my life. Your teaching style is great! Thank you so much
In finding factorial of a number
When we write
Factorial= factorial*I;
Syso ( factorial);
Then for n =5
Why the following output has not came:
5
4
3
2
1
Think about the question of printing table of any natural number using loop ... there we have used a same approach so why this is not happening again?????
Because in output statement we didn't print the ith value we print the (factorial).
So see the condition
Factorial=factorial*i
That statement will execute and give the factorial of any number by loop.
Your voice makes this tutorial much amusing
Perfect for getting java easily for asolute beginners.
Kitni achi tarike se smjhaya ❣️
thanks mam for giving this type of knowledge your lacture is very helpful for everyone thank so much mam.
Didi you really put a lot of hardwork in making these videos. Hats off to you ❤. I really build so much logic in programming after learning from your playlist. Going forward with a strong determination.
Thank you for this wonderful,amazing ,mindblowing video 🔥🔥🔥
i really like the environment u teach in☘☘
love the way you are teaching .
Best java course forever❤
Thanks didi, it helps me a lot
This is really knowledgeable lecture for me. Thanks mam
straight to objective (Functions and method ) and get my points clear, thank you
Didi your explanation is superb
You are doing great work 😉🔥🔥😎
Best java playlist ❤
i Purchased a 2 lac course and coming here to understand the basic topics ....Keep going this is future of study
Which course?
Your lecture are so excited
Thanks mam you are great in this world thank you so much mam
MAM YOU ARE BEST TEACHER IN THIS ERA ☺☺
Thank you so much mam .. Your lectures are very helpful.
This lecture helped me a lot thanks a lot.❤❤
Exception handling topic mam plz discuss because your explanation is very helpful .....thank you mam👍
Very helpful and concept clearing
Thank you a lot
Sir i have very very respect for you
*gentle correction 'so much'
Thanks didi maza agaya.
🙏respect for apna college.
Only one thing I would like to say is Thank you so much 🙏
This lecture helped me very much😊
Di I am very interested your class.
And your experience 😘
Love this explanation.
6:08 those are not arguments, those are called parameters. arguments are those while calling the function and passing the value.
you are best teacher java
Can't thank you enough ❤️
🎉thanks for teaching mam new world
Homework question 1:
import java.util.*;
public class checkPrime {
public static int prime(int n) {
int flag = 1;
for (int i = 2; i < n; i++) {
if (n % i == 0) {
flag = 0;
break;
}
}
return flag;
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
sc.close();
if (prime(n) == 1) {
System.out.println("Prime");
} else {
System.out.println("Not Prime");
}
}
}
If I change my class name main to something name it's on working what's can I do?
what about number 9?
The fact that the people from Microsoft always code in Mac.
They are working in iOS development
Microsoft gives mac,surface,dell latitude depending upon work
Flexing at peaks bro
+10.Best explanation u can get❤❤❤❤
I am a arts student and i don't know why i am learning java but explanation is very good 😊👍🏻
Such a good way of teaching.....thank you didi... 🤗
can u please write a code for hollow butterfly pattern
Plzz upload lec 6 HW Solution......thnx for this series 👍👍
do u stillwant them?
@@arnikakothari492 yeah bro can you send?
Mam ...plz bring faculty which will guide students like me which are just going to enter in world of competitive programming .....
best course yes it will take time but after completing it u will be rocking btw she is admiring
The best lecture for java that is shradha didi.💕👍
Homework question 2:
import java.util.*;
public class checkEven {
public static void checkingEven(int n) {
if (n % 2 == 0) {
System.out.println("Even");
} else {
System.out.println("Not Even");
}
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
sc.close();
checkingEven(n);
}
}
?
What is sc.close() ;
Code is wrong
Nice leature ma'am Thank you 💯🙏
Wonderful explanation
22 Sep Shraddha
Waah kya scene hai 😂
😂
?? please explain
Thank You didi for helping us
Didi, I am in 10th icse and I had a doubt, in the section of the video on 12:00 we are not creating an external object for above function because both off them have the keyword static right, coz methods having the keyword static need not be called with any external object creation right?
Like we can call the method/function directly by just writing the method signature or is it something else only, since I got a bit confused in it.
ua-cam.com/video/uODVKc8gNm4/v-deo.html
Programming Channel😊
Please watch once and share your reviews in comment box..
Huge respect for you ❤️
Anyone who is watching 👀is from class 10 icse???
Yes class 10 mein hi placement course 💀
if you follow the icse prescribed book for computer that will be enough to make you good in Java
😭😭😭😭😭😭😭😭😭😭😭😭😭😭
Btw legends are here before exams 😂👀
Yes it,sme
I know C programming, and due to those concepts ,I can Pause Video and Solve these ques on my own!
Aman bhaiya , please make a particular course for Nimcet.
I humble requesting you.
Keep going Microsoft Vale Didi.....
Pls keep subtitles also mam so that we can understand clearly because Some of them did not know hindi well mam
Yes please if possible
for factorial question i used conditional statement ;
import java.util.* ;
public class Functions {
public static int Factorials (int a) {
if(a == 0){
return 1 ;
}
return a * Factorials(a-1) ;
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
System.out.println("factorial of " + a + " is " + Factorials(a));
}
}
Time Stamps for important points 🧑💻
What is a Function -> 0:50
Syntax Of Function
Return type -> 2:30
Function name -> 5:00
Arguments -> 6:00
What happens in memory when a function is created -> 12:30
(stack frame concept)
function vs code -> 25:50
I am from 7th Standard
I want to become a software
engineer in future
I am learning java
Thank you shardha didi
Sir/didi can you provide more 2 lectures in the upcoming weekends please , the lectures your ur providing helping us lott.
Please can u ?
thank youu so much for simple explanation
What will happen if I dont write the command 'return' in a function having 'void' as its return type. Will it be saved in the memory(stack) or will it get deleted as soon as the function reaches its end point?
Good Question👍
You dont need to write return in void function, the void func is used to perrform certain tasks or functions and u can store them if u want using a variable
If u dont write any command to get that void function value it will be deleted as soon as u go to next step(in main)
good teaching😃👌
Please make a set of videos of OOPS of Java, In how many days it will take to complete the full Java by following your videos?
Thank you ms didu ❤️❤️❤️
I am in 10th class (ICSE) this playlist was really helpful for me
Hi
@@ShubhamSoni-iz5ky Hi
Am also
Same for me buddy😊
thank you maam for being with us
Who Is Here Without Laptop Learning In Mobile Phone??😂😂
😂🤝🏻us
Na Bhai
I in Readme10A
😮
@@Dipesh_Mishra_04 lol
very nice presentation
I am working in java development projects from over 2 years and now only I am realising the difference between function and methods, smh!
thanks a lot tho for clearing this out
great course till now.