0% found this document useful (0 votes)
20 views

1-Java History and Java Features-03-Feb-2021Material I 03-Feb-2021 Module1 Class1

The document discusses the history and features of Java including that it was created by Sun Microsystems in 1995 to be platform independent and use bytecode. It also lists different types of applications that can be created in Java like standalone, mobile, and web applications as well as web services.

Uploaded by

lems ked
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

1-Java History and Java Features-03-Feb-2021Material I 03-Feb-2021 Module1 Class1

The document discusses the history and features of Java including that it was created by Sun Microsystems in 1995 to be platform independent and use bytecode. It also lists different types of applications that can be created in Java like standalone, mobile, and web applications as well as web services.

Uploaded by

lems ked
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Java Fundamentals:

1995- Sun Microsystems- Oak –Java - Oracle

Java caption- “Write Once run anywhere”, - In CPP, .exe, .obj – machine dependent.

In java, .class – portable- execute any where. Need to have proper Java Virtual Machine for the
processor.

Compiled and interpreted

Architecture Neutral - JVM

Platform independent – byte code

Garbage collection – automatic garbage collection. Stack and Heap memory

Programming Language Index

Types of application:

Standalone applications

Mobile applications

Web applications

Web services

Rich Internet Applications

Networking applications

World wide web consortium – Web technology standards W3C. – JSP servlets

Java Features:

Compiled and interpreted

OOPS

Code secure – Exception handling mechanism

Multithreaded applications- Gaming Applications

Code reusability – Inheritance and Polymorphism

Types of applications- net, sql, UI, web

Web Applications Vs Web services

REST API – Representational state transfer

API- Application Programming Interface.

You might also like