Introduction to Java programming
Hello guys, i am back with amazing java tutorial for beginners.
This whole series of java is perfectly designed for beginners need to get started in java and android development.
Features of Java programming
so lets discuss features of java without any more due.
- Platform independent Java programme can be developed on any computer system and the execution of that program is possible on any other computer system loaded with 'JVM'.
2.Object-oriented
Java programme is truely object-oriented language you cannot write and execute java programme without the use of classes in java.
This helps to build real life applications with the help of java.
3.Secure
Java was developed to work in netwroked and distributed environments by providing security
By using java one can easily minimise the problems like eavesdropping, tampering, impersonation and virus threats.
4.Portable
Java is a portable programming language because it yeild the same result on every machine.
5.Multithreading
multithreading is a programming concept and a technique in which a programme can do multiple things on the same to provide speed and efficiency.
......
BONUS
.....
In the next tutorial we are going to learn about the JVM responsible for making java programming universal and platform independent.
Top comments (0)