Java Buzzwords power point presentation.pptx

manideepkarumanchi1 17 views 7 slides Jul 12, 2024
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

JAVA Buzzwords


Slide Content

Java Buzzwords

Buzzwords Simple Secure Portable Object-oriented Robust Multithreaded Architecture-neutral Interpreted High performance Distributed Dynamic

Input/Output (I/O) Java IO is an API that comes with Java which is targeted at reading and writing data (input and output). Most applications need to process some input and produce some output based on that input.

Stream

Hierarchy

InputStream and OutputStream Hierarchy

Reader and Writer Hierarchy
Tags