Введение в JAVA. Java Java – язык программирования: объектно-ориентированный кроссплатформенный строго-типизированный.

Slides:



Advertisements
Similar presentations
Object Oriented Programming in JAVA
Advertisements

CPSC150 Fall 2008 Dr. L. Lambert. CPSC150 Overview Syllabus Use Textbook, ask questions, extra thorough, I will post sections covered All information.
Data Structure: Java Programming 1 Min Chen School of Computer Science and Engineering Seoul National University.
Data Structure: Java Programming 1 Min Chen School of Computer Science and Engineering Seoul National University.
Java Intro. A First Java Program //The Hello, World! program in Java public class Hello { public static void main(String[] args) { System.out.println("Hello,
Introduction to Java ISYS 350. A Brief History Sun Microsystems released this language in 1996 – Versions: 1.0 – 1.6 Java Development Kit, JDK – Standard.
Slide 1 of 40. Lecture A The Java Programming Language Invented 1995 by James Gosling at Sun Microsystems. Based on previous languages: C, C++, Objective-C,
Tutorial 1 Introduction to Java Programming Bo Chen Department of Computer Science.
Lab 1 Instructor: Jolanta Soltis.
1 SD1042: Introduction to Software Development SD1042 Introduction to Software Development SCHOOL OF COMPUTING AND TECHNOLOGY Getting Started MODULE TEAM.
JAVA: An Introduction to Problem Solving & Programming, 6 th Ed. By Walter Savitch ISBN © 2012 Pearson Education, Inc., Upper Saddle River,
A Short Introduction to JAVA
01 Introduction to Java Technology. 2 Contents History of Java What is Java? Java Platforms Java Virtual Machine (JVM) Java Development Kit (JDK) Benefits.
Marlene Galea.  The JDK (Java Development Kit)  An IDE (Integrated Development Environment) ◦ Different IDEs include:  JCreator  NetBeans  BlueJ.
Java PAL.  Contains the development kit and the runtime environment ( aka the Java Virtual Machine )  Download Link:
CSE 131 Computer Science 1 Module 1: (basics of Java)
Introduction to Java Presented by Daniel Rosenthal Friday, November 16 th, 2007.
Advanced OOP MCS-3 OOP BSCS-3 Lecture # 1
IB Computer Science II Paul Bui
Getting Started With Java Downloading and installing software Running your first program Dr. DwyerFall 2012.
Chapter 1 Programming Languages. Application Development: Top 10 Programming Languages to Keep You Employed 1. Java 2. C# 3. C++ 4. JavaScript 5. Visual.
Session One Introduction. Personal Introduction Role of programmers Robot Examination HUD & HID Uploading Code.
Introduction to Computers & Java CSS 161: Fundamentals of Computing Joe McCarthy 1.
Java and C# [this is a bonus – it is not a required lesson] ACO101: Introduction to Computer Science.
© 2012 Pearson Education, Inc. All rights reserved. 1-1 Why Java? Needed program portability – Program written in a language that would run on various.
Programming Concept Chapter I Introduction to Java Programming.
Java Programming Presented by Daniel Rosenthal Friday, November 30 th, 2007.
National Taiwan University Department of Computer Science and Information Engineering National Taiwan University Department of Computer Science and Information.
4-Nov-15 Air Force Institute of Technology Electrical and Computer Engineering Object-Oriented Programming Design Topic 1: The Java Environment Maj Joel.
CS Software Studio Java Lab 1 Meng-Ting Wang PLLAB, Computer Science Department, National Tsing-Hua University.
Introduction to Java The Java Platform, The Java Language, JDK, Eclipse Svetlin Nakov Technical Trainer Software University
The 1 st and 2 nd tutoring session of CSc2310 Fall, 2012 Haidong Xue.
JAVA Programming “When you are willing to make sacrifices for a great cause, you will never be alone.” Instructor: รัฐภูมิ เถื่อนถนอม
Object- Oriented Programming (CS243)
The Java Platform, The Java Language, JDK, IntelliJ
Application Architecture Using Java Hong Li. Introduction Developed by a team led by James Gosling at Sun Microsystem. Originally called Oak, designed.
Lecture 02. Java Virtual Machine(JVM) –set of computer software programs and data structures that use a virtual machine model for the execution of other.
CSc 201 Introduction to Java George Wells Room 007, Hamilton Building
© 2012 Pearson Education, Inc. All rights reserved types of Java programs Application – Stand-alone program (run without a web browser) – Relaxed.
introductory lecture on java programming
CSCI 212 Object-Oriented Programming in Java. Prerequisite: CSCI 111 variable assignment statement while loop for loop post-increment (i++) strong typing.
3/5/2002e-business and Information Systems1 Java Java Java Virtual Machine (JVM) Java Application Program Interface (API) HW Kernel API Application Programs.
ITP 109 Week 2 Trina Gregory Introduction to Java.
Basic Java training Harinath Mallepally
Programming Fundamentals I Java Programming Spring 2009 XuanTung Hoang Lab 01.
Mobile Programming Mobile Programming - Ordibehesht Ordibehesht 1390.
Execution ways of program References: www. en.wikipedia.org/wiki/Integrated_development_environment  You can execute or run a simple java program with.
Computer Science I Lab 1 ISMAIL ABUMUHFOUZ | CS 180.
Introduction to JAVA Programming
CS 201 Lecture 1 (b) Using an IDE Tarik Booker CS 201: Introduction to Programming California State University, Los Angeles.
Introduction CMSC 202 Fall Instructors Mr. Ryan Bergeron – Lecture Section 01 Tues/Thu 1:00 – 2:15 am, Sondheim 111 – Lecture Section 04 Tues/Thu.
CS-140 Dick Steflik Lecture 3. Java C++ Interpreted optimized for the internet Runs on virtual ized machine Derived from C++ Good object model Widely.
Java Methods and Applications CSIS 3701: Advanced Object Oriented Programming.
Introduction of Java Fikri Fadlillah, S.T.
The eclipse IDE IDE = “Integrated Development Environment”
1. Environment Setting Minhaeng Lee.
CompSci 230 Software Construction
How java is better than other languages according to history and uses.
תרגול 1: סביבת העבודה ומבוא ל-Java
תרגול 1: סביבת העבודה ומבוא ל-Java
Getting Started ARCS Lab..
תרגול 1: סביבת העבודה ומבוא ל-Java
آشنایی با جاوا Introduction to Java
תרגול 1: סביבת העבודה ומבוא ל-Java
Java Intro.
A Java Application public class Hello { public static void main(String [] args) { System.out.println("Hello, World!"); } } public class.
A Java Application public class Hello { public static void main(String [] args) { System.out.println("Hello, World!"); } } public class.
IB Computer Science II Paul Bui
SE-1011 Slide design: Dr. Mark L. Hornick Instructor: Dr. Yoder
Presentation transcript:

Введение в JAVA

Java Java – язык программирования: объектно-ориентированный кроссплатформенный строго-типизированный

Применение 1.1 billion desktops run Java 930 million Java Runtime Environment downloads each year 3 billion mobile phones run Java 31 times more Java phones ship every year than Apple and Android combined 100% of all Blu-ray players run Java 1.4 billion Java Cards are manufactured each year set-top boxes, printers, games, car navigation systems, ATMs, lottery terminals, medical devices, parking payment stations and more

Семейства Java Java SE – Java Standard Edition Java EE – Java Enterprise Edition Java ME – Java Micro Edition Java FX Java Card

Особенности JVM – Java Virtual Machine JRE – Java Runtime Environment JDK – Java Development Kit

IDE Eclipse NetBeans IntelliJ IDEA

Hello, world! public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, world!"); }

Hello, world! $ javac HelloWorld.java $ java HelloWorld Hello, world! $

Javadoc package com.my.helloworld; /** * Class prints "Hello, world!" to standard output * Max T. */ public class HelloWorld { /* * Main method (entry point for application) */ public static void main(String[] args) { // Prints "Hello, world!" string System.out.println("Hello, world!"); }

Q&A