what is JAVA ????.......
Answers
Answered by
2
Answer:
Java is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.Wikipedia
Developer: Oracle Corporation et al
Typing discipline: Static, strong, safe, nominative, manifest
First appeared: May 23, 1995; 25 years ago
Designed by: James Gosling
Stable release: Java SE 15 / September 15, 2020; 60 days ago
Paradigm: Multi-paradigm: generic, object-oriented (class-based), imperative, reflective
method is a block of code which only runs when it is called. You can pass data, known asparameters, into a method. Methods are used to perform certain actions, and they are also known as functions.
Similar questions