What are the attributes of Java?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

"Rajesh Kumar N: Guiding Young Minds from 1 to 12 with Expertise and Care"

Key attributes of Java: Object-Oriented (OOP-based) Platform-Independent (WORA - Write Once, Run Anywhere) Robust & Secure (Strong memory management) Multithreaded (Supports concurrency) High Performance (JIT Compiler) Garbage Collection (Automatic memory management) Scalable...
read more
Key attributes of Java: Object-Oriented (OOP-based) Platform-Independent (WORA - Write Once, Run Anywhere) Robust & Secure (Strong memory management) Multithreaded (Supports concurrency) High Performance (JIT Compiler) Garbage Collection (Automatic memory management) Scalable & Distributed (Used in ente rprise apps) read less
Comments

Online Mathematics tutor with 8 years experience(Online Classes for 10th to 12th)

Key attributes of Java: Object-Oriented (OOP-based) Platform-Independent (WORA - Write Once, Run Anywhere) Robust & Secure (Strong memory management) Multithreaded (Supports concurrency) High Performance (JIT Compiler) Garbage Collection (Automatic memory management) Scalable & Distributed...
read more
Key attributes of Java: Object-Oriented (OOP-based) Platform-Independent (WORA - Write Once, Run Anywhere) Robust & Secure (Strong memory management) Multithreaded (Supports concurrency) High Performance (JIT Compiler) Garbage Collection (Automatic memory management) Scalable & Distributed (Used in ente rprise apps) read less
Comments

Related Questions

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 an Exception in Java?
We can Say Exception is an event which terminates the normal execution of a program
Piyush
0 0
5

What are major difference between JAVA & Python? Where you would recommend to use JAVA and where need to use Python?

Python is one of the most used programming language than Java. With the recent Popularity of the Machine learning, Artificial intelligence and Data science Python takes the first place of the Top 5 programming...
Amit Kumar
0 0
5
What are Access Specifiers in Java?
Access Specifiers are for visibility of java objects . These are Public, Private, Protected and Default. Public: A variable or method that is public means that any class can access it. Private: These...
Kadar
0 0
9
What is the purpose of using throws keyword in java?
The throws statement is how you create an exception stack trace. There isn't much magic in java--it's not some underlying system mystery that creates an exception, it is simply a "Throw" statement, and...
Saritha

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

Ask a Question

Related Lessons

Palindrome Number : Java Function
An easier way to find out whether a number is a Palindrome number or not. Eg. 121, 88, 12321 etc public boolean isPalindrome ( int n ) { int rev = 0, r; for( i = n; i > 0; i /= 10 ) { r...

Java: A Quick Overview
Not purely Object Oriented: It doesn't support multiple inheritence, it supports primitive data types and static members. Doesn’t support multiple inheritance: Reason is diamond problem i.e.,...

1.3. Find the second largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 3, 4, 6, 5}; int max = Integer.MIN_VALUE, secondMax = Integer.MIN_VALUE; for (int i = 0; i < arr.length; i++) { if (arr >...

10 Cool SQL Optimizations That Do Not Depend On The Cost Model
Today, we don’t want to talk about cost based optimisation, i.e. optimisations that depend on a database’s cost model. We’ll look into much simpler optimisations that can be implemented...

Introduction to Course Content
Video about what we are going to learn throughout the Java Training Session .

Recommended Articles

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

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 >

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