際際滷

際際滷Share a Scribd company logo
MODERN INSTITUTE OF ENGINEERING AND TECHNOLOGY
NAME- ARKA SAHOO
ROLL NO- 26900321025
YEAR- 4TH
SEMESTER-7TH
DEPARTMENT-ECE
SUBJECT- WEB TECHNOLOGY
TOPIC-JAVA CHARACTERISTICS
1. Java is Object-Oriented
 Object-oriented programming provides great flexibility, modularity, clarity, and
reusability through encapsulation, inheritance, and polymorphism.
2. Java Is Distributed
 Distributed computing involves several computers working together on a network.
 Java is designed to make distributed computing easy as networking capability is
inherently integrated into Java.
 Thus, writing network programs is like sending and receiving data to and from a
file.
CHARACTERISTICS OF JAVA
3. Java Is Interpreted
 You need an interpreter to run Java programs.
 The programs are compiled into the Java Virtual Machine code called bytecode.
 The bytecode is machine-independent and can run on any machine that has a Java
interpreter, which is part of the Java Virtual Machine (JVM).
4. Java Is Robust
 Java compilers can detect many problems that would first show up at execution
time in other languages.
 Java has a runtime exception-handling feature to provide programming support
for robustness.
CHARACTERISTICS OF JAVA
5. Java Is Secure
 Java implements several security mechanisms to protect your system against
harm caused by stray programs.
6. Java Is Architecture-Neutral
 Write once, run anywhere. With a Java Virtual Machine (JVM), you can write one
program that will run on any platform.
7. Java Is Portable
 They can be run on any platform without being recompiled.
CHARACTERISTICS OF JAVA
 Set path to JDK bin directory
set path=c:Program Filesjavajdk1.6.0
bin
 Set classpath to include the current directory
set classpath=.
 Compile
javac Welcome.java
 Run
java Welcome
COMPILING AND RUNNING JAVA FROM THE CMD
1. System.out.println(Hello World);  outputs the string
Hello World followed by a new line on the screen.
2. System.out.print(Hello World); - outputs the string
Hello World on the screen. This string is not followed by a new line.
3. Some Escape Sequence 
 n  stands for new line character
 t  stands for tab character
PRINTING ON THE SCREEN
//This program prints Welcome to Java!
public class Welcome {
public static void main(String[] args) {
System.out.println("Welcome to Java!");
}
}
A SIMPLE JAVA PROGRAM
THANK YOU
Ad

Recommended

0f0cef_1dac552af56c4338ab0672859199e693.pdf
0f0cef_1dac552af56c4338ab0672859199e693.pdf
DeepakChaudhriAmbali
Introduction to Java Programming
Introduction to Java Programming
Ravi Kant Sahu
Java
Java
sasi saseenthiran
Ch2
Ch2
Uurcan Uzer
Java Programming
Java Programming
Elizabeth alexander
Object Oriented Programming Part 1 of Unit 1
Object Oriented Programming Part 1 of Unit 1
VigneshkumarPonnusam1
JAVA PROGRAMMING-Unit I - Final PPT.pptx
JAVA PROGRAMMING-Unit I - Final PPT.pptx
SuganthiDPSGRKCW
Srgoc java
Srgoc java
Gaurav Singh
130700548484460000
130700548484460000
Tanzeel Ahmad
L1 basics
L1 basics
teach4uin
java:characteristics, classpath, compliation
java:characteristics, classpath, compliation
Shivam Singhal
Genesis and Overview of Java
Genesis and Overview of Java
Ravi_Kant_Sahu
abhay java 1.pdf
abhay java 1.pdf
AbhiSingh427212
Java
Java
seenak
1 Introduction to JAVA.pptx
1 Introduction to JAVA.pptx
Kabiles07
Introduction to JAVA
Introduction to JAVA
Md. Tanvir Hossain
itft-Java evolution
itft-Java evolution
Atul Sehdev
Lec 3 01_aug13
Lec 3 01_aug13
Palak Sanghani
What is Java, JDK, JVM, Introduction to Java.pptx
What is Java, JDK, JVM, Introduction to Java.pptx
kumarsuneel3997
Java-Brochure-English(gsggsgshshssh).pdf
Java-Brochure-English(gsggsgshshssh).pdf
rohanthombre2
Lec 2 30_jul13
Lec 2 30_jul13
Palak Sanghani
Java 2 computer science.pptx
Java 2 computer science.pptx
MUHAMMED MASHAHIL PUKKUNNUMMAL
Basics of JAVA programming
Basics of JAVA programming
Elizabeth Thomas
Java in today's world
Java in today's world
Nitish Baranwal
Computer Basics: Computer introductions for beginners
Computer Basics: Computer introductions for beginners
PrabaKaran656400
Java Concepts and Features-Programming in Java
Java Concepts and Features-Programming in Java
jasminebeulahg
The history and future of java programming language
The history and future of java programming language
Preeti Agarwal
Unit1 introduction to Java
Unit1 introduction to Java
DevaKumari Vijay
SINGLE HOP AND MULTI HOP WIRELESS SENSOR NETWORK
SINGLE HOP AND MULTI HOP WIRELESS SENSOR NETWORK
sahooarka582
IOT based LPG gas level detection and fire sensor
IOT based LPG gas level detection and fire sensor
sahooarka582

More Related Content

Similar to powerpoint presentation on Java characteristics (20)

130700548484460000
130700548484460000
Tanzeel Ahmad
L1 basics
L1 basics
teach4uin
java:characteristics, classpath, compliation
java:characteristics, classpath, compliation
Shivam Singhal
Genesis and Overview of Java
Genesis and Overview of Java
Ravi_Kant_Sahu
abhay java 1.pdf
abhay java 1.pdf
AbhiSingh427212
Java
Java
seenak
1 Introduction to JAVA.pptx
1 Introduction to JAVA.pptx
Kabiles07
Introduction to JAVA
Introduction to JAVA
Md. Tanvir Hossain
itft-Java evolution
itft-Java evolution
Atul Sehdev
Lec 3 01_aug13
Lec 3 01_aug13
Palak Sanghani
What is Java, JDK, JVM, Introduction to Java.pptx
What is Java, JDK, JVM, Introduction to Java.pptx
kumarsuneel3997
Java-Brochure-English(gsggsgshshssh).pdf
Java-Brochure-English(gsggsgshshssh).pdf
rohanthombre2
Lec 2 30_jul13
Lec 2 30_jul13
Palak Sanghani
Java 2 computer science.pptx
Java 2 computer science.pptx
MUHAMMED MASHAHIL PUKKUNNUMMAL
Basics of JAVA programming
Basics of JAVA programming
Elizabeth Thomas
Java in today's world
Java in today's world
Nitish Baranwal
Computer Basics: Computer introductions for beginners
Computer Basics: Computer introductions for beginners
PrabaKaran656400
Java Concepts and Features-Programming in Java
Java Concepts and Features-Programming in Java
jasminebeulahg
The history and future of java programming language
The history and future of java programming language
Preeti Agarwal
Unit1 introduction to Java
Unit1 introduction to Java
DevaKumari Vijay
130700548484460000
130700548484460000
Tanzeel Ahmad
L1 basics
L1 basics
teach4uin
java:characteristics, classpath, compliation
java:characteristics, classpath, compliation
Shivam Singhal
Genesis and Overview of Java
Genesis and Overview of Java
Ravi_Kant_Sahu
Java
Java
seenak
1 Introduction to JAVA.pptx
1 Introduction to JAVA.pptx
Kabiles07
itft-Java evolution
itft-Java evolution
Atul Sehdev
What is Java, JDK, JVM, Introduction to Java.pptx
What is Java, JDK, JVM, Introduction to Java.pptx
kumarsuneel3997
Java-Brochure-English(gsggsgshshssh).pdf
Java-Brochure-English(gsggsgshshssh).pdf
rohanthombre2
Basics of JAVA programming
Basics of JAVA programming
Elizabeth Thomas
Java in today's world
Java in today's world
Nitish Baranwal
Computer Basics: Computer introductions for beginners
Computer Basics: Computer introductions for beginners
PrabaKaran656400
Java Concepts and Features-Programming in Java
Java Concepts and Features-Programming in Java
jasminebeulahg
The history and future of java programming language
The history and future of java programming language
Preeti Agarwal
Unit1 introduction to Java
Unit1 introduction to Java
DevaKumari Vijay

More from sahooarka582 (6)

SINGLE HOP AND MULTI HOP WIRELESS SENSOR NETWORK
SINGLE HOP AND MULTI HOP WIRELESS SENSOR NETWORK
sahooarka582
IOT based LPG gas level detection and fire sensor
IOT based LPG gas level detection and fire sensor
sahooarka582
ARTIFICIAL INTELLIGENCE- informed search strategies
ARTIFICIAL INTELLIGENCE- informed search strategies
sahooarka582
Internet Of things and its future, Innovations and predictions
Internet Of things and its future, Innovations and predictions
sahooarka582
Distance measures in Image in Digital Image Processing
Distance measures in Image in Digital Image Processing
sahooarka582
Management- Definition and Function presentation
Management- Definition and Function presentation
sahooarka582
SINGLE HOP AND MULTI HOP WIRELESS SENSOR NETWORK
SINGLE HOP AND MULTI HOP WIRELESS SENSOR NETWORK
sahooarka582
IOT based LPG gas level detection and fire sensor
IOT based LPG gas level detection and fire sensor
sahooarka582
ARTIFICIAL INTELLIGENCE- informed search strategies
ARTIFICIAL INTELLIGENCE- informed search strategies
sahooarka582
Internet Of things and its future, Innovations and predictions
Internet Of things and its future, Innovations and predictions
sahooarka582
Distance measures in Image in Digital Image Processing
Distance measures in Image in Digital Image Processing
sahooarka582
Management- Definition and Function presentation
Management- Definition and Function presentation
sahooarka582
Ad

Recently uploaded (20)

Artificial Intelligence Workloads and Data Center Management
Artificial Intelligence Workloads and Data Center Management
SandeepKS52
Smadav Pro 2025 Rev 15.4 Crack Full Version With Registration Key
Smadav Pro 2025 Rev 15.4 Crack Full Version With Registration Key
joybepari360
Transmission Media. (Computer Networks)
Transmission Media. (Computer Networks)
S Pranav (Deepu)
Microsoft Business-230T01A-ENU-PowerPoint_01.pptx
Microsoft Business-230T01A-ENU-PowerPoint_01.pptx
soulamaabdoulaye128
Reimagining Software Development and DevOps with Agentic AI
Reimagining Software Development and DevOps with Agentic AI
Maxim Salnikov
Women in Tech: Marketo Engage User Group - June 2025 - AJO with AWS
Women in Tech: Marketo Engage User Group - June 2025 - AJO with AWS
BradBedford3
Code and No-Code Journeys: The Coverage Overlook
Code and No-Code Journeys: The Coverage Overlook
Applitools
UPDASP a project coordination unit ......
UPDASP a project coordination unit ......
withrj1
Folding Cheat Sheet # 9 - List Unfolding as the Computational Dual of ...
Folding Cheat Sheet # 9 - List Unfolding as the Computational Dual of ...
Philip Schwarz
Milwaukee Marketo User Group June 2025 - Optimize and Enhance Efficiency - Sm...
Milwaukee Marketo User Group June 2025 - Optimize and Enhance Efficiency - Sm...
BradBedford3
wAIred_RabobankIgniteSession_12062025.pptx
wAIred_RabobankIgniteSession_12062025.pptx
SimonedeGijt
Migrating to Azure Cosmos DB the Right Way
Migrating to Azure Cosmos DB the Right Way
Alexander (Alex) Komyagin
Modern Platform Engineering with Choreo - The AI-Native Internal Developer Pl...
Modern Platform Engineering with Choreo - The AI-Native Internal Developer Pl...
WSO2
SAP PM Module Level-IV Training Complete.ppt
SAP PM Module Level-IV Training Complete.ppt
MuhammadShaheryar36
ElectraSuite_Prsentation(online voting system).pptx
ElectraSuite_Prsentation(online voting system).pptx
mrsinankhan01
Who will create the languages of the future?
Who will create the languages of the future?
Jordi Cabot
Emvigo Capability Deck 2025: Accelerating Innovation Through Intelligent Soft...
Emvigo Capability Deck 2025: Accelerating Innovation Through Intelligent Soft...
Emvigo Technologies
On-Device AI: Is It Time to Go All-In, or Do We Still Need the Cloud?
On-Device AI: Is It Time to Go All-In, or Do We Still Need the Cloud?
Hassan Abid
Sysinfo OST to PST Converter Infographic
Sysinfo OST to PST Converter Infographic
SysInfo Tools
Y - Recursion The Hard Way GopherCon EU 2025
Y - Recursion The Hard Way GopherCon EU 2025
Eleanor McHugh
Artificial Intelligence Workloads and Data Center Management
Artificial Intelligence Workloads and Data Center Management
SandeepKS52
Smadav Pro 2025 Rev 15.4 Crack Full Version With Registration Key
Smadav Pro 2025 Rev 15.4 Crack Full Version With Registration Key
joybepari360
Transmission Media. (Computer Networks)
Transmission Media. (Computer Networks)
S Pranav (Deepu)
Microsoft Business-230T01A-ENU-PowerPoint_01.pptx
Microsoft Business-230T01A-ENU-PowerPoint_01.pptx
soulamaabdoulaye128
Reimagining Software Development and DevOps with Agentic AI
Reimagining Software Development and DevOps with Agentic AI
Maxim Salnikov
Women in Tech: Marketo Engage User Group - June 2025 - AJO with AWS
Women in Tech: Marketo Engage User Group - June 2025 - AJO with AWS
BradBedford3
Code and No-Code Journeys: The Coverage Overlook
Code and No-Code Journeys: The Coverage Overlook
Applitools
UPDASP a project coordination unit ......
UPDASP a project coordination unit ......
withrj1
Folding Cheat Sheet # 9 - List Unfolding as the Computational Dual of ...
Folding Cheat Sheet # 9 - List Unfolding as the Computational Dual of ...
Philip Schwarz
Milwaukee Marketo User Group June 2025 - Optimize and Enhance Efficiency - Sm...
Milwaukee Marketo User Group June 2025 - Optimize and Enhance Efficiency - Sm...
BradBedford3
wAIred_RabobankIgniteSession_12062025.pptx
wAIred_RabobankIgniteSession_12062025.pptx
SimonedeGijt
Migrating to Azure Cosmos DB the Right Way
Migrating to Azure Cosmos DB the Right Way
Alexander (Alex) Komyagin
Modern Platform Engineering with Choreo - The AI-Native Internal Developer Pl...
Modern Platform Engineering with Choreo - The AI-Native Internal Developer Pl...
WSO2
SAP PM Module Level-IV Training Complete.ppt
SAP PM Module Level-IV Training Complete.ppt
MuhammadShaheryar36
ElectraSuite_Prsentation(online voting system).pptx
ElectraSuite_Prsentation(online voting system).pptx
mrsinankhan01
Who will create the languages of the future?
Who will create the languages of the future?
Jordi Cabot
Emvigo Capability Deck 2025: Accelerating Innovation Through Intelligent Soft...
Emvigo Capability Deck 2025: Accelerating Innovation Through Intelligent Soft...
Emvigo Technologies
On-Device AI: Is It Time to Go All-In, or Do We Still Need the Cloud?
On-Device AI: Is It Time to Go All-In, or Do We Still Need the Cloud?
Hassan Abid
Sysinfo OST to PST Converter Infographic
Sysinfo OST to PST Converter Infographic
SysInfo Tools
Y - Recursion The Hard Way GopherCon EU 2025
Y - Recursion The Hard Way GopherCon EU 2025
Eleanor McHugh
Ad

powerpoint presentation on Java characteristics

  • 1. MODERN INSTITUTE OF ENGINEERING AND TECHNOLOGY NAME- ARKA SAHOO ROLL NO- 26900321025 YEAR- 4TH SEMESTER-7TH DEPARTMENT-ECE SUBJECT- WEB TECHNOLOGY TOPIC-JAVA CHARACTERISTICS
  • 2. 1. Java is Object-Oriented Object-oriented programming provides great flexibility, modularity, clarity, and reusability through encapsulation, inheritance, and polymorphism. 2. Java Is Distributed Distributed computing involves several computers working together on a network. Java is designed to make distributed computing easy as networking capability is inherently integrated into Java. Thus, writing network programs is like sending and receiving data to and from a file. CHARACTERISTICS OF JAVA
  • 3. 3. Java Is Interpreted You need an interpreter to run Java programs. The programs are compiled into the Java Virtual Machine code called bytecode. The bytecode is machine-independent and can run on any machine that has a Java interpreter, which is part of the Java Virtual Machine (JVM). 4. Java Is Robust Java compilers can detect many problems that would first show up at execution time in other languages. Java has a runtime exception-handling feature to provide programming support for robustness. CHARACTERISTICS OF JAVA
  • 4. 5. Java Is Secure Java implements several security mechanisms to protect your system against harm caused by stray programs. 6. Java Is Architecture-Neutral Write once, run anywhere. With a Java Virtual Machine (JVM), you can write one program that will run on any platform. 7. Java Is Portable They can be run on any platform without being recompiled. CHARACTERISTICS OF JAVA
  • 5. Set path to JDK bin directory set path=c:Program Filesjavajdk1.6.0 bin Set classpath to include the current directory set classpath=. Compile javac Welcome.java Run java Welcome COMPILING AND RUNNING JAVA FROM THE CMD
  • 6. 1. System.out.println(Hello World); outputs the string Hello World followed by a new line on the screen. 2. System.out.print(Hello World); - outputs the string Hello World on the screen. This string is not followed by a new line. 3. Some Escape Sequence n stands for new line character t stands for tab character PRINTING ON THE SCREEN
  • 7. //This program prints Welcome to Java! public class Welcome { public static void main(String[] args) { System.out.println("Welcome to Java!"); } } A SIMPLE JAVA PROGRAM