what is java programming
Answers
Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. ... Java applications are typically compiled to bytecōde that can run on any Java virtual machine (JVM) regardless of the uñderlying computer architecture.
Question :-
What is Java Programming Language?
Answer :-
Java is an object oriented programming language developed by James Gosling at Sum Micro Systems. This language was first called as Oak. Java is a full fledged programming language where a user can develop similar titles of tasks and programs such as in BASIC and C++. Java is platform understand language, means it is capable of executing the same program in different computers. Java is originally designed to develop applets.
Features of Java :-
- It is an object oriented programming language.
- Java is both compiled and interpreted.
- Can access data from local systems as well as internet.
- Java programs are written within a Class.
- Used to create applets.
- Java is case sensitive.
Hope it helps ✌️