This is amazing and i really like this video and guy also Don't worry we are supporting you all time and motivate you to making a lot of videos for java
@_eazyalgo3 жыл бұрын
Thanks man really appreciate it. I need more people like you :)
@khushichaurasia75992 жыл бұрын
your project is just amazing sir ...... going through oops concept .. by clearing every crystalls :) awesome sir
@_eazyalgo2 жыл бұрын
Thanks Khushi :)
@tabassumjahan73432 жыл бұрын
I think this is the only channel on KZbin from which you can get idea how to implement the oops concept better ..thank you so much for uploading these videos sir please continue this series. and one more thing -if you can brief the project objective before implementing so that we can compare our implementation .. Thank you so much again..
@_eazyalgo2 жыл бұрын
Thanks Tabassum :) I'll definitely work on your feedback.
@ArvindKumar-xz2fu3 жыл бұрын
Amazing sir .. most understandable oops video on KZbin thanks please keep uploading
@_eazyalgo3 жыл бұрын
You literally made my day!
@VikasKumar-nb5hv2 жыл бұрын
Thanku bro i am really appreciate your hard work . I watched all videos for your.
@_eazyalgo2 жыл бұрын
Thanks Vikas :)
@seeyouleter9716 Жыл бұрын
The project is so nice🥰. But Have only one doubt - What is the uses of 'forward' boolean variable at time = 32:05
@kiransingh82393 жыл бұрын
please upload more videos on real time , awesome work ...God bless you
@_eazyalgo3 жыл бұрын
Thanks means a lot for me! :)
@praveenk22383 жыл бұрын
It would be very helpful if you could tell in the beginning the aim of the project. So that we can try on our own and compare our solutions with yours
@_eazyalgo3 жыл бұрын
Yes I should have, will take care from next video
@dreamboy8713 жыл бұрын
Excellent oop tutorial with theory and implementation that theory in project. Someone in the comment section are saying for database connectivity, jsp, serverlet, jdbc gui tutorial in this playlist. Please avoid those comment for this playlist, if you can make those tutorial then do that in another playlist, don't mix those tutorial in this playlist. Make this playlist only for oop theory and project based implementation. And request to you please continue this oop series with advanced concept of oop and make project using those oop concecpt. So that we can actually think in oop way and can implement this. Please , please continue this series with more only oop implementation project with more advanced concept and class digram. We are waiting for your amazing project based oop concept series.
@_eazyalgo3 жыл бұрын
Thanks man you are awesome! I know what you guys need and what are content that lacks on youtube. I will try my best to make such projects. And also you made my day :)
@dreamboy8713 жыл бұрын
@@_eazyalgo thanks brother. Eagerly waiting for your another masterpiece video in this playlist. 2.5 month since we don't get any video from you in this playlist. Please continue and complete this oop project based series. Know you are busy but we are waiting with hope
@_eazyalgo3 жыл бұрын
@@dreamboy871 I have to do it soon now :)
@S-43Prajwalys2 ай бұрын
thanks bro make more videos o this,everywhere they uses swing and advance concepts but this is really informative
@_eazyalgo2 ай бұрын
Thanks bro :)
@akshaykumar-wd8jc2 жыл бұрын
Why do we need to use this "forward" variable please explain
@nishantraj38693 жыл бұрын
Yehh good bro.. Plz make one project using jsp, servlet, jdbc, with scratch along with connectivity in jdbc.
@_eazyalgo3 жыл бұрын
Yeah man! Sure
@cricketupdate19093 жыл бұрын
This video and enough to explain project to interviwer
@_eazyalgo3 жыл бұрын
I don't think this project will get you an interview.
@jaggu42412 жыл бұрын
@@_eazyalgo then what projects are best for interview pls tell
@_eazyalgo2 жыл бұрын
@@jaggu4241 please reach out to me on LinkedIn www.linkedin.com/in/abhay-maurya-2a315416b/
@torque2123 Жыл бұрын
@@_eazyalgoFor internship can I use this project on my CV
@tejaswigutta90173 жыл бұрын
Excellent explanation abhay, Keep uploading more such videos on OOPS .
@_eazyalgo3 жыл бұрын
So glad, you found it useful!
@duyhien7610 Жыл бұрын
I think there is an error in line 42 of Album class. The index have to >= 0. If you reach to last and want to reverse to the first song. Just add 4 lines at last else block and comment EazyAlgo's 2 lines code. 1) Here for reversing LAST to First song listIterator = playList.listIterator(0); if(listIterator.hasNext()) { System.out.println("Now playing " + listIterator.next().toString()); } 2) Here for reversing First to Last listIterator = playList.listIterator(playList.size()); if(listIterator.hasPrevious()) { System.out.println("Now playing " + listIterator.previous().toString()); }
@arbazshaikh46162 жыл бұрын
Why u use empty constructor, without using that also it will works??
@prashant1470 Жыл бұрын
Project with DSA ❤ thanks man
@marlunyu Жыл бұрын
I don't know if you speak Hinglish or not, but thank you for speaking in English. A lot of videos for Java tutorials are in Hinglish and it's irritating as I don't know Hinglish.
@_eazyalgo Жыл бұрын
Thanks for your response!
@omgkanamikun Жыл бұрын
Awesome, sir!
@amazonfulfilledshopping7127 Жыл бұрын
Bro, can you make a video using the same project hibernate?
@gugulothraju95552 жыл бұрын
thank you for nice explanation sir, you did not write code for playing the (all) songs in a album and printing them and among several playlist. here we are able to play and modify the songs which are there in playlist only but not in album.
@zxialina2 жыл бұрын
Thank you very much! You are a clear man!
@_eazyalgo2 жыл бұрын
Thanks man
@kirankadam26032 жыл бұрын
Plz use dark theme as I am seeing this video at night...it's quite irritating... that's the only thing otherwise everything about concept is super good... keep doing it ❤️
@_eazyalgo2 жыл бұрын
Thanks for the feedback Kiran :)
@ishansingh3062 жыл бұрын
Upload such more moderate level projects on Core Java.
@_eazyalgo2 жыл бұрын
Yes Ishan!
@ishansingh3062 жыл бұрын
@@_eazyalgo Thank you bro
@harshadagadakh22543 жыл бұрын
Thanks for explaining in detail.just want to ask,I am trying to change song title and artist name but after that it is not executing properly.
@_eazyalgo3 жыл бұрын
Glad you found it useful, can you send me the exact error?
@harshadagadakh22543 жыл бұрын
@@_eazyalgo yes, where should I have to send it?
@_eazyalgo3 жыл бұрын
@@harshadagadakh2254 Connect me here : www.linkedin.com/in/abhay-maurya-2a315416b/
@bobbybhatta99573 жыл бұрын
Wow oswm please upload other projects on java plz plz plz plz
@_eazyalgo3 жыл бұрын
Yeah working on it
@panchal63602 жыл бұрын
Thanks for this amazing video.
@_eazyalgo2 жыл бұрын
Thanks Darshan :) Consider subscribing
@panchal63602 жыл бұрын
Already subscribed :D
@navisabharwal1313 Жыл бұрын
thats good sir u changed a theam
@mizanur_sajid3 жыл бұрын
please make more videos like this
@_eazyalgo3 жыл бұрын
Working on it!
@ubaid32123 жыл бұрын
Awesome bro..🔥 But I have a doubt , such type of project with no Database n GUI and only based on oops n Java will be worth in our resume na ?
@_eazyalgo3 жыл бұрын
No man. You cannot add it to your resume its just for sharpening your skill in object oriented design
@ubaid32123 жыл бұрын
@@_eazyalgo Acha fine.. Bro can u help me out with a project in Java
@_eazyalgo3 жыл бұрын
@@ubaid3212 Contact me here : www.linkedin.com/in/abhay-maurya-2a315416b/
@tabishshah992 Жыл бұрын
you created two objects of Album by name album and another one by album too, is it possible (album 1, AC/dC) (album2, Eminem) A little confusing.
@Mr_shish_2 жыл бұрын
Hey, can you explain why we use tostring method? What is it's need to the project??
@_eazyalgo2 жыл бұрын
toString() method basically converts things to string format, so we can print it
@PaulEzennolim3 ай бұрын
after deleting a song, should it stay deleted even when you re run the code. I was assuming the list of songs would come back again. I currently on have two songs available because i deleted two to test it
@LoveIndia3 Жыл бұрын
Thanks for the Video
@_eazyalgo Жыл бұрын
Welcome :)
@rahulsingh-bk3wd2 жыл бұрын
what is the shortcut to add constructor I couldn't hear it properly
@GSKHappyLearning2 жыл бұрын
enjoyed learning ,, i got an exception...Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.util.ArrayList.iterator()" because "this.songs" is null ...what to do?
@jerelinejacinto77525 ай бұрын
import song of ur choice
@newtanagmukhopadhyay47162 жыл бұрын
hey bro, a small question. why did you use iterator in one place and listiterator in another? what's the difference between the two? Also, i don't really understand the significance of adding the boolean forward. what is the use of forward here?
@javeedhussain2205 Жыл бұрын
By using iterator we can retrieve only in forward direction and list iterator can use for backward iteration bro
@MOHDSFAMILY Жыл бұрын
Im getting error as null pointer exception in main because it cannot invoke arraylist.iterator() and.cuz this.songs is null
@sowndaryasubramaniyan77642 жыл бұрын
Can I upload these level of projects on github? What are the additional features that I need to add to this project to make it look attractive on github
@codingchannel001 Жыл бұрын
Hats off dude bro i wanna connect you cozz we got same taste in music
@_eazyalgo Жыл бұрын
Sure bro
@videosaleatorios741 Жыл бұрын
un suscriptor mas !
@sharmilas70723 жыл бұрын
Well explained🔥. Do some project on managament system using java,jsp,database connectivity that will be really very useful❤️🙏
@_eazyalgo3 жыл бұрын
Yeah sure!
@sourabhs6443 жыл бұрын
Pls upload projects which will help in crack interview .Thanks for amazing videos so far
@_eazyalgo3 жыл бұрын
Yes I can't upload these days due to busy schedule, but will be back soon
@sandhyaG43 жыл бұрын
Which new features you added here which are different from existing music player systems??
@_eazyalgo3 жыл бұрын
0 feature. I just showed how OOP based project build
@sandhyaG43 жыл бұрын
@@_eazyalgo ok thanks
@esraarga94642 жыл бұрын
hi, first of all your project is so nice :) ı have to ask something.I have a project,my lecturer wants a project and he wants to include inheritance,interface,polymorphism,generic class, generic collections and lambda function. and your project include inheritance and interface and how can I add other functions at this project? if you can help me,I will be so happy.
@ramsalunkhe45213 жыл бұрын
Pls upload projects on JAVA with UI using jsp, servlet, jdbc, along with connectivity in jdbc. which will help in crack interview .
@_eazyalgo3 жыл бұрын
Yes man sure!
@allrounder3279 Жыл бұрын
Can i use it uin my college mini project?
@_eazyalgo Жыл бұрын
Its you who have to decide, whether this project is good enough to use in your college project.
@rafirafim56043 жыл бұрын
why the song sound doesnt come out?
@_eazyalgo3 жыл бұрын
You want me to run out of ideas for next videos?
@bagzhansadvakassov10932 жыл бұрын
I thought this will use swing or something with UI?
@sourabhs6443 жыл бұрын
Amazing
@_eazyalgo3 жыл бұрын
Thanks man subscribe for more!
@Karthik_776 ай бұрын
bro please do more java oops related projects
@_eazyalgo4 ай бұрын
I'am working on it
@MRchud249 ай бұрын
How to integrate a good UI with this code?
@atod25723 жыл бұрын
But it's a good practice to create empty constructor?
@_eazyalgo3 жыл бұрын
Its good practice to make an empty constructor while working with third party framework
@atod25723 жыл бұрын
Thanks. My autocorrect just removed "why" from the sentence.
@farhanhyder3705 Жыл бұрын
Bro I have an problem the song is not playing
@kierannguyen71152 жыл бұрын
thank you so much
@_eazyalgo2 жыл бұрын
Really appreciate it :)
@aahsansiddiqui86802 жыл бұрын
bro can u explain what is the purpose of (new Song (title, duration)) at 7:20 and what is the logic to put new key word before class name i am new in java not familiar with this concept please give me some references link for that thanks
@_eazyalgo2 жыл бұрын
new keyword means you are creating a new object corresponding to that class.
@redeyegaming22262 жыл бұрын
Can you give src plz
@vinayakgoudar88622 жыл бұрын
Sir I am not getting where trackNumber variable is initialised and it will giving an error
@_eazyalgo2 жыл бұрын
Please elaborate your problem and connect me at abhay10june1999@gmail.com
@Jan-gq3pj3 жыл бұрын
you should mention what the programm will be capable of in the beginning. Otherwise there is no way of trying to build it by yourself before comparing it to your programm
@Jan-gq3pj3 жыл бұрын
but still great stuff, keep it up
@_eazyalgo3 жыл бұрын
@@Jan-gq3pj Thanks for suggestion man, I'll show the end product at the beginning of video. Consider subscribing :)
@Jan-gq3pj3 жыл бұрын
@@_eazyalgo Since you responded so fast there is no way of not subscribing haha
@_eazyalgo3 жыл бұрын
@@Jan-gq3pj Now you have to share my videos with your friends too I guess :p
@ravikiran40153 жыл бұрын
I am doing this project can u please tell me in which software did you do the project in eclipse?
@_eazyalgo3 жыл бұрын
Use IntelliJ ide
@ravikiran40153 жыл бұрын
Thanks for the reply bro🙂🙂..
@_eazyalgo3 жыл бұрын
@@ravikiran4015 My pleasure bro :)
@sourabhchougule56423 жыл бұрын
Hey how did u get to know that which concept is to be used .......i am unable to implement these core java concept into any problem statement
@_eazyalgo3 жыл бұрын
Hi Sourabh, Its all upon practise, start with easy problem statement and with time and consistency you'll get to know everything.
@sourabhchougule56423 жыл бұрын
@@_eazyalgo hey I joined Capgemini 1 month back and my training is in java devOps and during this one month I learnt core java and java 8 features but I am unable to implement those in project like car parking simulation
@_eazyalgo3 жыл бұрын
@@sourabhchougule5642 Have patience, one month is not enough to implement things specially in Java.
@sourabhchougule56423 жыл бұрын
@@_eazyalgo ok.....but make tutorial for helping people like me....it will be good for us to improve....in IT career
@_eazyalgo3 жыл бұрын
@@sourabhchougule5642 Sure, working on more tutorials :)
@yashwanthpasaladi2714 Жыл бұрын
is this project working now?
@Georgemwangi-l7d9 ай бұрын
by mentioning Eminem I knew I was at the right place
@_eazyalgo4 ай бұрын
hehe, glad to know that
@khushboosharma54173 жыл бұрын
Which IDE you have used
@_eazyalgo3 жыл бұрын
Intellij Idea by jetbrains
@AmitBanik2 жыл бұрын
Please tell me which software was used to write the code?
@_eazyalgo2 жыл бұрын
IntelliJ Idea
@priyanshuchaoda17763 жыл бұрын
which platform did u use sir
@_eazyalgo3 жыл бұрын
Intellij Idea
@aniketpathak62223 жыл бұрын
is it java swing based project? or just oops?
@_eazyalgo3 жыл бұрын
Its core Java and OOP mini project
@shrabonisinha Жыл бұрын
It shows nullpointer exception while adding the first song. Can you please help me that what is the issue?
@_eazyalgo Жыл бұрын
You must have missed something while writing the code
@shrabonisinha Жыл бұрын
@@_eazyalgo trying to figure it out.
@_eazyalgo Жыл бұрын
@@shrabonisinha Sure, let me know if you need any help :)
@shrabonisinha Жыл бұрын
@@_eazyalgo thanks a lot for this cooperation. I'll try once again. And obviously inform you in this comment section.
@_eazyalgo Жыл бұрын
@@shrabonisinha Thanks Shraboni
@sanjanasingh50332 жыл бұрын
which java editor is this?can you please tell
@_eazyalgo2 жыл бұрын
IntelliJ Idea
@gayathri18465 ай бұрын
Can i keep this in my resume
@_eazyalgo4 ай бұрын
This project won't have that level of impact on your resume
@MrRuntoyou2 жыл бұрын
name of song at 7:12 please
@ravikiran40153 жыл бұрын
Bro can you share SRS for this project.
@ravikiran40153 жыл бұрын
Hello bro 👋👋
@_eazyalgo3 жыл бұрын
Hey Ravi! Source code is there in description
@slugbeater2 жыл бұрын
Is the package in Line 1 necessary?
@_eazyalgo2 жыл бұрын
Package is always there whenever you create any Java project.
@yogapriyaa54822 жыл бұрын
Is this Android studio you are typing with
@_eazyalgo2 жыл бұрын
IntelliJ idea
@fightclubpodcast47256 ай бұрын
sir will the program plays a song for real
@_eazyalgo4 ай бұрын
It won't
@mitalithorat22392 жыл бұрын
Hiii abhya .. in same code I meet on one error. .. can you please solve this for me ?
@_eazyalgo2 жыл бұрын
Hey Mitali, you can email me the detailed issue at abhay10june1999@gmail.com
@Rawking99972 жыл бұрын
Bro wt software u r using
@_eazyalgo2 жыл бұрын
IntelliJ idea
@rumiNITPatna11 күн бұрын
25:41
@umavenkatesh30653 жыл бұрын
Is this a mini project ?
@_eazyalgo3 жыл бұрын
Yes you can consider it as a mini project
@priyanshgupta44642 жыл бұрын
how to add music in this project?
@_eazyalgo2 жыл бұрын
That's a whole different story Priyansh
@priyanshgupta44642 жыл бұрын
@@_eazyalgo ohh okay,but can we try adding music by wave form format? ,i dont have enough knowledge about this,just i am guessing
@mujeebthlkd23843 жыл бұрын
Could you please send this full code
@_eazyalgo3 жыл бұрын
Source code link is in description.
@Aarnarajput_NITP13 күн бұрын
3:50
@cybershani98232 жыл бұрын
ye kaun sa software hai
@_eazyalgo2 жыл бұрын
Intellij Idea
@ankur14492 жыл бұрын
Let me create another Gaana APP using java 🥰🥰
@_eazyalgo2 жыл бұрын
Sure :)
@prakashsirivolu91093 жыл бұрын
Bro this project code in pdf please
@_eazyalgo3 жыл бұрын
Bro source code is hosted on github and link in description.
@tagumari73863 жыл бұрын
Bro plz make next vedio I’m eagerly waiting ✨
@_eazyalgo3 жыл бұрын
So busy these days bro, will be up with new video soon.
@suhanishrivastava902 жыл бұрын
For those expecting it will play song it doesn't :|
@_eazyalgo2 жыл бұрын
Yeah it doesn't as of now :(
@learncoding4841 Жыл бұрын
Code chahiye
@priyasingh-ik6iu3 жыл бұрын
App kha h bhai isme??
@_eazyalgo3 жыл бұрын
App nhi to aur kya hai?
@priyasingh-ik6iu3 жыл бұрын
@@_eazyalgo bhai app jesa mob. Application typ
@_eazyalgo3 жыл бұрын
@@priyasingh-ik6iu Sirf mobile application hi app nhi hoti
@paupau069 Жыл бұрын
Hi! I have a question, does this only work for IntelliJ IDEA or can it work also with other IDEs? I'm a beginner in coding and I use Eclipse as my IDE in Java, i doubled check and had all of the codes right yet there are some errors. What do i need to do?
@_eazyalgo Жыл бұрын
It will be better if you just understand the concept and try to implement on your own, if any futher queries then email me at abhay10june1999@gmail.com