0% found this document useful (0 votes)
13 views1 page

Java Programming Language Overview

Java is a high-level, object-oriented programming language known for its principle of Write Once, Run Anywhere (WORA). Key features include being platform independent through the JVM and strong memory management, with fundamental concepts like classes, inheritance, and loops. It is widely used in Android app development, enterprise applications, and web applications.

Uploaded by

sakethg2010
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Java Programming Language Overview

Java is a high-level, object-oriented programming language known for its principle of Write Once, Run Anywhere (WORA). Key features include being platform independent through the JVM and strong memory management, with fundamental concepts like classes, inheritance, and loops. It is widely used in Android app development, enterprise applications, and web applications.

Uploaded by

sakethg2010
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Java Notes

Introduction

• Java is a high-level, object-oriented programming language.


• It follows the principle: Write Once, Run Anywhere (WORA).

Key Features

• Object-oriented
• Platform independent via JVM
• Strong memory management

Basic Concepts

• Classes and objects


• Inheritance, polymorphism, encapsulation
• Loops and conditional statements

Uses

• Android app development


• Enterprise-level applications
• Web applications

You might also like