Java is not really outdated... but it is not my favorite languages and it has its drawbacks. Pros being it can run on any platform. Can you be more specific about what is outdated? If you want to get into android you might want to search for guides with android studio. If you are finding old videos you could try adding 2014 or 2015 to your search to get more recent videos
I was watching java for beginners ... I was doing the ifs (x ==y) and eclipse was telling me it was outdated its hard to find new learning materials on YouTube I also inboxed you
if (x==y) is never going to be outdated... Well at least not anytime soon You are probably doing something wrong or you are using deprecated function. You can use deprecated functions while learning but you should avoid them for real applications. Usually if you google the function name you will find detailed explanations on what new functions or workarounds will help you do the same thing.