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

What is the difference between core java and advanced java?
core java is base for Advance java. Means whatever you want to develop it needs core java with features in Adv java
Anurag
0 0
8
Why do many software engineers not like Java?
Opinions on programming languages can vary, but some software engineers may express dissatisfaction with Java for reasons such as perceived verbosity, boilerplate code, and a slower pace of language evolution...
Guruprasad
0 0
5
What are the best websites to learn java as well as get a certificate from them?
Blindly go for oracle certification java program .
Abirami
0 0
7
What is the use of deployment descriptor?
A deployment descriptor describes how a component, module or application should be deployed. A web application’s deployment descriptor describes the classes, resources and configuration of the application...
Monisha

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

Ask a Question

Related Lessons

Lambda Expressions in Java
A lambda expression, introduced in Java 8 is similar to a block of code resembling an anonymous function that can be passed to constructors or methods for execution as an argument. Examples: a)() ->...

JAVA Online Training
What is Java? Java is a technology developed by James Gosling at Sun Microsystems, Sun Microsystems is now a part of Oracle Corporation. This is one of the most powerful & securable language used to...

Overloading in JAVA
When a class contains more than one method with the same method name but different argument types, then it is called Overloading. Methods are said to be Overloaded methods. Also, know as Compile time...

SWITCH STATEMENT IN JAVA
switch statement - condition statement - only once the checking takes place so we recommend use break statement. switch(condition/variable/choice){case 1: //statements break;case 2: // statements break;case...

1.1. Reverse an array in Java.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; for (int i = 0; i < arr.length / 2; i++) { int temp = arr; arr = arr; arr = temp; } System.out.println(Arrays.toString(arr)); }}

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