Java new Batch - Class 12- Java Buzz words and features - Part 2 Object Oriented and Multithreaded

preview_player
Показать описание
You can learn Java with me as the Java Programming language is being made easily. It would take a period of minimum three months and maximum 6 months to master Java. I would recommend you to watch all my videos to crack any software interviews that would require Java Programming language as a primary skill.

Object Oriented
============
In Java everything is an Object, and the class is a container that is encapsulating the data and the behaviors together as a single entity and on top of which you can create an object and perform manipulations
Since it is following Object Oriented Paradigm, it is called as OOPL.
Class is a Blueprint on which objects are created. An object is a instance of the class.

6 . Multithreaded
==============
Java is Multithreaded because it has many APIS that enables a developer to design a program, that could be handled by different threads for parallel execution. This is why it is called as Multithreaded programming

Execution time reduces with Multi threading concepts and because of this the performance is going to be increased .
Рекомендации по теме