Computer Science, asked by faiz1507gmailco, 1 year ago

write the various characteristics of java

Answers

Answered by AyushBaranwal
5
Java is a portable, architecturally neutral, robust, high performing Unicode, object oriented language.

Some of the main characteristics of java are as follows:

1. Java is a simple language as compared to other object oriented languages like dotNet, Javascript. It also doesn't contain pointers and virtual concepts like C++.

2. Java is the first platform independent language. As it states "Write Once Run Everywhere" means you can run the byte code file of Java on range of operating system.

3.Java is also known as architecturally neutral language. As its a application language unlike C a system level language, it never interacts with hardware. It doesn't deal with the hardware confirmation of machine.

4. Java is an Unicode language. Its character size is of 2 bytes. It covers major global and local languages around the globe. Hence it is known as a Unicode language.

5. Java is robust. It gives high exception handling to avoid run time failures.

6. Java is more secure language than c and c++. The JVM doesn't allow Java program to access illegal memory locations. JVM makes it more secure.

7. Java has an excellent GUI. It allows multi threading which allows multiple threads to run at the same time. This makes an excellent UI Experience in comparison.

8. Java i provides a distributed environment. Its the first language who gives you the team development environment. This reduces all complications.

These are the main characteristics of Java as compared to other languages.



AyushBaranwal: please keep it brilliant
Similar questions