Features Of Java
Multithreaded
Java is a multithreaded programming language that can be run two or more than two tasks of one program simultaneous or concurrently the main advantage of multi-threading is that it doesn't occupy memory for each thread. It shares a common memory area. Threads are important for multi-media, web applications, etc.
Ruble And Strong
Java is strong programming language because it uses strong memory management. There is no pointers that avoid security problems. Java provides automatic garbage collection which runs on the Java Virtual Machine. which is destroy object which are not being used.
Distributed
Java is distributed programming language which proved facilitates users to create distributed applications using ejb we are used for creating distributed applications. This feature of java makes us able to access files by calling the methods from any machine on the internet.
Support Exception Handling
java programming language Support Exception Handling and type casting machine that avoid termination of application program when Exception is generated.
Comments
Post a Comment