what is Java
And give example
Answers
Answer : Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.
Java is an object-oriented programming language. Everything in Java is associated with classes and objects, along with its attributes and methods. For example: in real life, a car is an object. The car has attributes, such as weight and color, and methods, such as drive and brake.
I hope it will be helpful for you. If it's helpful for you then you can mark me as Brainlist.
Thank you.
Answer:
Java is an object-oriented programming language. Everything in Java is associated with classes and objects, along with its attributes and methods. For example: in real life, a car is an object. The car has attributes, such as weight and color, and methods, such as drive and brake.
Explanation:
For example: in real life, a car is an object. The car has attributes, such as weight and color, and methods, such as drive and brake. A Class is like an object constructor, or a "blueprint" for creating objects.
.
.
no more examples on above answer