Which features of Java do you use the most?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Java is a programming language that aims to provide a simple, secure and portable language for developers. Some of the various features of Java are: Simple- It is easy to learn and understand quickly Object-Oriented- Java comprises of objects. This means that our software can be organised...
read more
Java is a programming language that aims to provide a simple, secure and portable language for developers. Some of the various features of Java are: Simple- It is easy to learn and understand quickly Object-Oriented- Java comprises of objects. This means that our software can be organised as a combination of different types The basic concepts under object-oriented programming (OOPS) are: Object Class Inheritance Encapsulation Polymorphism Abstraction Portable- It is easy to carry the java bytecode to different platforms. Platform independent- Java does not depend on one platform, unlike C, C++. In Java, you can compile the code in one platform and execute in another supported language. Secured- Java provides virus free security. Some of the features such as having no explicit pointers, the programs run inside a virtual machine box, it has a class holder for separation, It has a bytecode. Robust- Java is strong because it uses strong memory management, lack of pointers, automatic garbage collection. Architecture neutral- Java is neutral because it has no implementation dependent features. High Performance- Java is faster than any other traditional programming language. Although it is a bit left behind on C+ Multithreaded- This feature helps Java handle multiple things at the same time. Threads use memory sharing and hence doesn’t occupy any memory. Distributed- Java enables users to make distributed applications. Dynamic- It is dynamic i.e classes are loaded on demand. read less
Comments

Related Questions

Anybody knows converting jsf primeface into css bootstrap?
We can use some bootstrap CSS classes and helpers but if we want give style to each UI control, we will need to set the primefaces theme to none. context-param param-name primefaces.THEME /param-name...
Pradeep
0 0
8
Do I need to import java.lang package any time? Why?
No, you don't need to import it at any time. As this is part of java.lang package is a part of \jdk1.6.0_11{this is the location f your jdk installation directory}\jre\lib\rt.jar and this rt.jar (called...
Anitha
What is the use of the "this" keyword in Java?
'this' refer the current instance of a class. You can get and set data members of current object using 'this' prefix inside there class data type.
Deepak
0 0
9
What is the difference between abstraction and encapsulation?
Encapsulation is wrapping, just hiding properties and methods. Encapsulation is used for hide the code and data in a single unit to protect the data from the outside the world. Class is the best example...
Neval
Can Anybody explain Internal code of HashMap?
Now we can synchronize map also by using collections. Synchronize method need to pass map Object as parameter...
Ramakanth

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Differences Between HashMap vs HashSet In Java.
HashSet HashMap HashSet implements Set interface. HashMap implements Map interface. HashSet stores the data as objects. HashMap stores the data as key-value pairs. HashSet...

Android : Application Launch time improvements.
For any standard android application, below 3 components play important roles to show 1st interface to user, so that he/she can interact with the app. 1. Custom Application class : Intialize the components...

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

Why Should We Learn Java Language?
Most of starters has confusion today that which of the programming language should be chosen to work on. It totally depends upon your need. As per my opinion, if you want to grow your career in IT industry...

How to create Rest web services in Java
Web services are web application components that lets two different applications to communicate over the network.Let if an application which in written java provides web services can be communicated through...

Recommended Articles

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you