Video Description
The Java programming language is a high-level object-oriented language that has a particular syntax and style. Java intends to allow the development of client - server side applications using code which runs on one platform known as the Java Virtual Machine (JVM); without having to recompile them to run on another platform. It follows the mantra.
āWrite once and run anywhereā.
This course introduces the object-oriented paradigm. Java code samples are used to illustrate the presented concepts. The last two sections present Java-specific constructs that help developers solve problems by using an object-oriented approach.
Key Features
- Focus on Java's OOP approach and practical explanation about OOP concepts
- In-depth coverage of data structures and the Java Collections framework
- How to create your own data structures
- Reinforcement of learning through projects and quizzes
Who this course is for
This course is for programmers who wish to learn and understand object-oriented programming. Anyone wanting to try their hands with programming will also find this course apt for their need.