Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
College aantekeningen

Introduction to Java – OOP Concepts, JVM Architecture and Java Fundamentals Notes

Beoordeling
-
Verkocht
-
Pagina's
4
Geüpload op
18-05-2026
Geschreven in
2025/2026

This document provides comprehensive introductory notes on Java Programming and Object-Oriented Programming concepts. It covers important topics such as high-level languages, POP vs OOP comparison, Java architecture, JVM, JRE, JDK, bytecode, Java compiler, Java buzzwords, and the core principles of object-oriented programming including inheritance, encapsulation, abstraction, and polymorphism. The notes are written in a simple and exam-oriented format with clear explanations and comparisons, making them useful for beginners, university students, quick revision, viva preparation, and semester exam study material for Java Programming and OOP subjects.

Meer zien Lees minder
Instelling
Vak

Voorbeeld van de inhoud

MODULE 1

Introduction to Java
1. High-Level Languages

Category Description Examples

Procedural Language Program divided into functions; step-by-step C, Perl, VB, FORTRAN,
execution; follows Top-Down approach; data moves Pascal
function to function.

Object-Oriented Program divided into objects; deals with data; follows C++, Java, VB.NET,
Language Bottom-Up approach; objects communicate via C#.NET
member functions.


2. POP vs OOP — Comparison

Procedural Oriented Programming (POP) Object Oriented Programming (OOP)

Program divided into small parts called functions. Program divided into parts called objects.

Importance given to functions and sequence of actions Importance given to data rather than procedures
— not data. (models real world).

Follows Top-Down approach. Follows Bottom-Up approach.

Data moves freely from function to function. Objects communicate through member functions.

Adding new data and functions is difficult. Adding new data and functions is easy.

Global data accessible by any function — risk of Data is hidden; accessible only through the object's
accidental modification. own methods.

Examples: C, VB, FORTRAN, Pascal. Examples: C++, Java, VB.NET, C#.NET.


3. Introduction to Java
Java is a high-level, object-oriented programming language developed by James Gosling and Patrick
Naughton. Java combines both compilation and interpretation in a two-stage system:
• Source code is compiled by the Java Compiler into bytecode (.class files).
• Bytecode is interpreted by the JVM into machine code, which is directly executed.
• This makes Java platform-independent — Write Once, Run Anywhere.

4. Java Architecture & Components

Compo Full Name Role
nent

JDK Java Development Kit Full development environment: JRE + compiler (javac), archiver (jar),
javadoc, and other tools.

JRE Java Runtime Runtime for executing Java programs: JVM + Library Classes. JRE =
Environment JVM + Library Classes.

JVM Java Virtual Machine Interprets bytecode into machine code and executes it.
Platform-dependent. JDK = JRE + Dev Tools.

Geschreven voor

Instelling
Vak

Documentinformatie

Geüpload op
18 mei 2026
Aantal pagina's
4
Geschreven in
2025/2026
Type
College aantekeningen
Docent(en)
Mrs shyama
Bevat
Alle colleges

Onderwerpen

$3.49
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper
Seller avatar
azuz

Ook beschikbaar in voordeelbundel

Maak kennis met de verkoper

Seller avatar
azuz Rajagiri School of Engineering and Technology
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
-
Lid sinds
3 dagen
Aantal volgers
0
Documenten
6
Laatst verkocht
-

0.0

0 beoordelingen

5
0
4
0
3
0
2
0
1
0

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen