0% found this document useful (0 votes)
6 views2 pages

Introduction to Java Programming

This document provides an overview of the Java programming language, describing it as high-level, general-purpose, object-oriented, and secure. It notes that Java was developed to be more simple and less ambiguous than C++. Key aspects outlined include that everything in Java is an object, it aims to catch errors at compile and run time using features like garbage collection, and it contains security features like not having pointers and running in a virtual machine.
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)
6 views2 pages

Introduction to Java Programming

This document provides an overview of the Java programming language, describing it as high-level, general-purpose, object-oriented, and secure. It notes that Java was developed to be more simple and less ambiguous than C++. Key aspects outlined include that everything in Java is an object, it aims to catch errors at compile and run time using features like garbage collection, and it contains security features like not having pointers and running in a virtual machine.
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

5:21 PM ..

320KB/s ll

[Link]/java-basi

java Tpoint
a

AHome Java Programs 0OPs

What is Java?
Java is a high-level, general-purpose, object
oriented, and secure programming language

eveloped Gosing
tems ormallivkno
to understand. Complex and
easy
ambiguous concepts of C++ are either
eliminated or re-implemented in Java. For

example, pointer and operator


overloading are not used in Java.

o Object-Oriented: In Java, everything is in

the form of the object. It means it has


some data and behavior. A program must

have at least one class and object.

o Robust: Java makes an effort to check


error at run time and compile time. It uses

a strong memory management system


called garbage collector. Exception

handling and garbage collection features

make it strong.

o Secure: Java is a secure programming


language because it has no explicit

pointer and programs runs in the virtual

machine. Java contains a security


manager that defines the access of Java

classes.

You might also like