Outline the major features of java.
Answer / Manoj Kalyani
Java is a high-level, object-oriented programming language with several key features: 1) Simple: Easy to learn and use. 2) Object-Oriented: Encapsulates data and behavior in objects. 3) Platform Independent: Compiled into bytecode (.class files) which can run on any platform that supports Java Virtual Machine (JVM). 4) Robust: Provides automatic memory management using garbage collection. 5) Multithreaded: Supports concurrent programming with multiple threads. 6) High Performance: Bytecode is optimized by the JVM to achieve high performance. 7) Dynamic: Java supports dynamic method binding and loading of classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use threads in java?
What is identifier in java?
What is the final keyword?
placement papaers of spring computing technology
1 Answers Spring Computing Technologies,
What will happen if we write code like: try{}catch(exception e)catch(IOException i)
Explain the private protected method modifier?
What is the difference between ArrayList and Vector? which one is better in Java
1 Answers SkillGun Technologies,
What is a variable declaration?
What is hashtable and explain features of hashtable?
Explain polymorphism citing an example.
Is binary a low level language?
how can we use the servlet as standalone apllication?should we need to extend any class?