Download presentation
Presentation is loading. Please wait.
Published byMaximilian Williamson Modified over 8 years ago
1
JAVA PROGRAMMING Buzzwords
2
Simple: Less complex syntax than C++ Not as easy to design as Visual Basic Small size of interpreter
3
Object Oriented: Technique for programming that focuses on the data (= objects) and on the interfaces to that object.
4
Network Savvy: Java has an extensive library of routines for coping with TCP/IP protocols like HTTP and FTP. Java applications can open and access objects across the Net via URLs with the same ease as when accessing a local file system.
5
Robust: Java was designed with methods and error checking to create reliable programs.
6
Secure: Java was designed to be used in networked/distributed environments. Toward that end, a lot of emphais has been placed on security. Java enables the construction of virus-free, tamper- free systems.
7
Architecture Neutral: Java was designed to be executable on many processors.
8
Portable: Java was designed to execute the same in any environment that it runs.
9
Interpreted: Java bytecodes can be executed directly on any machine to which the interpreter is loaded.
10
Multithreaded: Java has better interactive responsiveness and real-time behavior.
11
Dynamic: Java libraries can freely add new methods and instance variables without any effect on their clients..
12
Java Development Kit: 1.Sign on to computer 2.open internet browser 3.go to website: www.oracle.com/technetwork www.oracle.com/technetwork 4.Click on Java Developers
13
You should be here: Click on Java Downloads
14
You should be here: Click on JDK
15
You should be here: Click on Windows x64 download
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.