Dear Sir, i just watched 178 videos of your java for beginners tutorial and first let me thank you for great work. Only thing that i had a slight problem with was very low volume and poor audio quality on some videos. This foced me to put my speakers very loud and when next video in playlist came up with higher recorded volume even my neighbours enjoyed your great lessons. Thank you very much and keep up the great work!
@@karna9156 First job sucked. But I am happy with my second job. I think market is currently crowded with new devs. It may sound odd but try to get a junior dev job, suck up like me (low sallery) and get work experience under your belt. With experience journey becomes lot easier.
Thank you so much sir, It is a great journey with you and Java. I really enjoyed it and now I am looking forward towards the practical implementation of all these concepts which I have learnt. Again Thank You So Much Sir
Bro, you awesome Bro. You put tremendous efforts in posting these videos. But Bro, I request you to make videos for loggers and log managers in java. Thanks
it is easy to understand sir. can you able to make another video with difference dates(from 22-07-2008 to 29-07-2008) how many no of days,like as same in years and hours,and minutes?
Local time zone part was not clear, even after entering the zoneid it does not show the time of that particular time zone rather it shows the same current time.
i have date stored in my mongodb database in ISO format i want to find documents using date in java i searched everywhere i havent found it. the problem is i have to store the date in the same iso format and search using date object only. and the date objects stores the date in like ... Thu Aug 20 00:00:00 IST 2020.... that is why its not working someone please help me
pls be clear what are u saying switching b/w topics and its like murmuring your remaining videos are nice but this seems to be a lot of disappointment worst video ever seen
Dear Sir, i just watched 178 videos of your java for beginners tutorial and first let me thank you for great work. Only thing that i had a slight problem with was very low volume and poor audio quality on some videos. This foced me to put my speakers very loud and when next video in playlist came up with higher recorded volume even my neighbours enjoyed your great lessons. Thank you very much and keep up the great work!
This is the first time I completed a playlist of tutorials. Thanks.
Does this playlist contain both core and advance java
@@ajeenkyadeshmukh857 Sorry I don't remember
@Shah Darshan Now I am a laravel developer. I don't know how to answer your question :)
@@nagorik24 could you tell me did you get good package as a laravel developer.... because I am also interested in laravel . Thanks in advance !
@@karna9156 First job sucked. But I am happy with my second job. I think market is currently crowded with new devs. It may sound odd but try to get a junior dev job, suck up like me (low sallery) and get work experience under your belt. With experience journey becomes lot easier.
your videos for Java helped me a lot. simple word "Thanks" will not be enough. Thanks a lot :)
The good thing about this series is the videos are short, so u can easily pick it up.
Mr. Reddy! you have done a great job. I just wanted to let you know if you speak little softly and calmly, you will have a great voice. Thank you.
Happy Birthday to you :). I incidentally happen to see this video of yours today where you mention that today is your birthday. Very good video.
Really helping me to understand things easily through your videos...Thank You!
thanx for this awesome playlist Navin Reddy sir this playlist gives us more knowledge and its always fun watching your videos
Well done ! If possible - make playlist: "Date and Time in Java" with 30 practical examples. Include this video in it ! Keep on ...
Really now, i feel what java is! Awesome Telusko Learning!!
Answer to every question...... Mr. reddy.....🙏🙏guruji......
Hey ... Telugu channel ...and explanation is fantastic ❤️
Thank you so much sir, It is a great journey with you and Java. I really enjoyed it and now I am looking forward towards the practical implementation of all these concepts which I have learnt. Again Thank You So Much Sir
Happy birthday to you. Commenting in between the video while I am watching.
You are such a wonderful man
Thank lot for your help
Hey Telusko...Thank you for your great help. But please keep same volume level in whole sessions...
Happy birthday sir....... nice videos u r creating.... keep it up..... may Mother Saraswati bless you
Awesome Sir...!! great video... and also we share the same birth date
Navin sir this video has good sound quality. Please use this sound stuff for making other videos..
You could have zoomed but your videos are nice
Best Video... cleared concept of Java Date API.. +10
Thank you, your videos are always so helpful !!
thank u for ur help since from 1st video to last.
Have to wait till august now to wish a Happy Birthday.
Brilliant videos though
Thank you for the video. Very usefull.
Bro, you awesome Bro. You put tremendous efforts in posting these videos. But Bro, I request you to make videos for loggers and log managers in java. Thanks
Fantastic explanation!!!!!
it is easy to understand sir. can you able to make another video with difference dates(from 22-07-2008 to 29-07-2008) how many no of days,like as same in years and hours,and minutes?
Java 8 playlist is very good but there are two, if you can please compile them in one it creates confusion
Awesome work sir..helped me a lot
i realy appreciate your effort sir
How do you change the format of the date? for example I might need the format MM.dd.yyyy or dd/MM/yyyy or yyyy-dd-MM. ?
🤩🤩🤩🤩🤩🤩Happie bday sir🤩🤩🤩🤩🤩🤩
Need one tutorial on how to store, transmit dates from backend to frontend - with Oracle db, hibernate, and any json for serialisation
Thank you very much!
amazing thank you
Local time zone part was not clear, even after entering the zoneid it does not show the time of that particular time zone rather it shows the same current time.
Thanks sir
great work sir..., Keep it up...
thank you
finally finished :) thankyou!
Thank you sir.
i actually faced this compatiblity issue between these two kind of date
Can you explain how this works?
Period period = Period.of(2, 1, 0).ofYears(10).ofMonths(5).ofDays(2);
Good one...👍💐
Happy birthday ✌️
Thanks.
is there any full end to end course available on udemy from you sir ?
Can u please make tutorial on how to calculate difference of a month
Thanks. I Got Something
how to create an incrementing date for example my issued date is 08-23-20 then the due date should 8-26-20. please help
i have date stored in my mongodb database in ISO format i want to find documents using date in java i searched everywhere i havent found it. the problem is i have to store the date in the same iso format and search using date object only. and the date objects stores the date in like ... Thu Aug 20 00:00:00 IST 2020.... that is why its not working someone please help me
Program to read employee details and sort according to Date of join
hi sir where is the Stream API practical example?
How should I set the application date if one user uses it in one time zone but others in another one time zone?
damn ! we both have same birthday
Tqsmಥ‿ಥ i needed this video
you are just 4 years elder than me.
Thanks...... :)
Cool!
I have datetime in this format "2019-05-29 14:50:07.405000" and want to convert it to LocalDate type. Can you help?
how to make program of current date and some days after in java
ZoneId.getAvailableZoneIds().forEach(System.out::println); - For the love of Java 8
Call us viewer or guys..
how to fetch data from database using DateTimeFormatter
Can anyone tell me how to parse a String into time. Like I make a input as 12/01/2014. how to parse that time
you don't have predifine method for this operation , you have only for integers or numbers. The simple's way is to write new method ;)
there is a way using a constructor of Date and passing it that string but it's deprecated.
You mean parsing the string input as LocalDate? You have to use DateTimeFormatter and .parse()
Hey, My DOB is also same
i.e. 1989-08-20😊
sir my api need curent date and time plj give me solution
Sir.. Can you please show the code to make a simple calculator
Need to improve on your content delivery.
pls be clear what are u saying
switching b/w topics and its like murmuring
your remaining videos are nice
but this seems to be a lot of disappointment
worst video ever seen
This is cheating they have borrowed fromJODA time libarary which is only beautiful library for timedate API
Your diction is horrible, I hardly understood anything
Thanks sir
Thanks