Java Training Contents : Learn Computer Fundamentals -what is software Ref : https://www.techopedia.com/definition/4356/software -what is programming language, Functional Programming, OO programming Ref : https://www.geeksforgeeks.org/introduction-to-programming-languages/ : https://www.techopedia.com/definition/24815/programming-language : https://study.com/academy/lesson/what-is-programming-language-types-examples-quiz.html : https://www.youtube.com/watch?v=ifo76VyrBYo -Install JDK and set Java path -Hello world program Ref : -Compilation and interpretation Compilation : convert source code to executable code - interpreted : execute instruction line by line. -Features of Java - Platform Independent Ref : https://www.geeksforgeeks.org/java-platform-independent/ L...