Movatterモバイル変換


[0]ホーム

URL:


Documentation

The Java™ Tutorials
Home Page
« PreviousTrailNext »

The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology no longer available.
SeeDev.java for updated tutorials taking advantage of the latest releases.
SeeJava Language Changes for a summary of updated language features in Java SE 9 and subsequent releases.
SeeJDK Release Notes for information about new features, enhancements, and removed or deprecated options for all JDK releases.

Trail: Learning the Java Language

This trail covers the fundamentals of programming in the Java programming language.

trail iconObject-Oriented Programming Concepts teaches you the core concepts behind object-oriented programming: objects, messages, classes, and inheritance. This lesson ends by showing you how these concepts translate into code. Feel free to skip this lesson if you are already familiar with object-oriented programming.

trail iconLanguage Basics describes the traditional features of the language, including variables, arrays, data types, operators, and control flow.

trail iconClasses and Objects describes how to write the classes from which objects are created, and how to create and use the objects.

trail iconAnnotations are a form of metadata and provide information for the compiler. This lesson describes where and how to use annotations in a program effectively.

trail iconInterfaces and Inheritance describes interfaces—what they are, why you would want to write one, and how to write one. This section also describes the way in which you can derive one class from another. That is, how asubclass can inherit fields and methods from asuperclass. You will learn that all classes are derived from theObject class, and how to modify the methods that a subclass inherits from superclasses.

trail iconNumbers and Strings This lesson describes how to useNumber andString objects The lesson also shows you how to format data for output.

trail iconGenerics are a powerful feature of the Java programming language. They improve the type safety of your code, making more of your bugs detectable at compile time.

trail iconPackages are a feature of the Java programming language that help you to organize and structure your classes and their relationships to one another.

« PreviousTOCNext »

About Oracle |Contact Us |Legal Notices |Terms of Use |Your Privacy Rights

Copyright © 1995, 2024 Oracle and/or its affiliates. All rights reserved.

Previous page: Beginning of Tutorial
Next page: Object-Oriented Programming Concepts

[8]ページ先頭

©2009-2025 Movatter.jp