Java Programming Lecture Name: Dastan Kamal Taher 2/23/2025 By Braw Omer Bander Kawa Shene Rzgar Sahand Yasin Rahel Ali
Outline 2
Introduction to java 3 Java is a programming language and a platform . Java is an elevated level, robust, secured and object-oriented programming language. Java Example0 class Simple { public static void main(String args []) { System.out.println ( "Hello Java" ); } }
History of java 4
Type of Java applications Standalone application 5 Web application Enterprise Application Mobile Application
Java Platforms / Edition JAVA SE (Java Standard Edition) 6 This Photo by Unknown Author is licensed under CC BY-ND JAVA EE (Java Enterprise Edition) JAVA ME (Java Micro Edition) JAVA Fx
Types of Variables 7
Features of Java 8
Components of Java 9
How Java Impacted the Internet? 10
Collections Framework 11
Modifiers in Java What is Access modifier and non-access modifier in Java 12 Types of access modifiers Types of non-access modifiers