What are the benefits of using …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Shivani Arora 5 years ago
- 2 answers
Sia ? 5 years ago
Benefits of Java
- Independent Language:- Java is an independent language. The programmer converts source code to bytecode and we can run this bytecode on any platform.
- Object-Oriented Language:- We all know that Java is an object-oriented language. It represents an instance of a class like inheritance, abstraction, polymorphism, encapsulation.
- Simple Language:- Java is simple Language. It has no Complex features like a pointer, operator overloading, inheritance, etc. So, that’s why it is easy to learn
- Multithreading: -The multithreading features of Java is mainly used for total utilization of CPU. It allows the synchronized execution of two or more fragments of a program.
- Portable:- Because of its portable feature if a java code is written on one computer system then it can run on another PC. Bytecode can transmit to any platform for execution.
- Secure:- Java is a secure language. It enables to develop tamper-free and virus-free systems. It doesn’t support pointer for the memory.
- Dynamic:- Java is a dynamic language. During execution time, the java environment can extend itself by linking in classes. We can place it on remote servers on the internet.
Related Questions
Posted by J. Dharshini 5 months, 1 week ago
- 1 answers
Posted by Vincent _K 8 months ago
- 0 answers
Posted by Samar Malhotra 7 months, 2 weeks ago
- 1 answers
Posted by Shristi Singh 8 months ago
- 0 answers
Posted by Geetika Sharma 1 month, 2 weeks ago
- 0 answers
Posted by Vidhi Gupta 5 months, 3 weeks ago
- 0 answers
Posted by Hari ⚡🐯♌ 8 months, 4 weeks ago
- 0 answers
Posted by Lochan Sagar 8 months, 2 weeks ago
- 0 answers
Posted by Rahul 2.09 9 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Raj Shinde 5 years ago
0Thank You