ログインして、InfoQのすべての体験をアンロックしましょう!お気に入りの著者やトピックの最新情報を入手し、コンテンツと交流し、限定リソースをダウンロードできます。 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with ...
この記事の要約:Java学習の旅もいよいよ最終章、第3週の振り返りに入ります。Day 15からDay 21までの内容は、Javaをより深く理解し、大規模で堅牢なアプリケーションを構築するために不可欠な、高度な概念で満たされています。この振り返り記事で、重要 ...
Along with lambdas, Java SE 8 brought method references to the Java language. This tutorial offers a brief overview of method references in Java, then gets you started using them with Java code ...
この記事の要約: JavaのDay 18では、プログラムをより応答性が高く、効率的に設計するためのマルチスレッドについて深く掘り下げます。並行処理の基本的な考え方から、スレッド間の競合を防ぐための同期化、スレッドの作成と管理、そしてJavaのスケ ...
Javaのクラスは前回ご紹介したとおり、図13のような形になります。この構造をモデル化したJavaクラスのメタモデルは図14となります。 図13Javaのクラス 図14 Javaのクラス メタモデル(クリックすると拡大します) 1つのパッケージに属していることがある 1つ ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The entry point of a standalone Java application is the main method or function. In the age of ...
プログラミング言語および開発・実行環境「Java」では、変数、クラス、メソッド(データに対する処理)の命名に関する言語仕様上の規則はかなり緩い。変数名はアラビア数字で始まることはできない。2文字目以降には文字と数字が利用できる。ただしJava ...
Java’s equals() and hashcode() are two methods that work together to verify if two objects have the same value. You can use them to make object comparisons easy and efficient in your Java programs. In ...
While it seems so basic that it wouldn't require a mention, there's a basic and often violated software design principle pertaining to Java method modifiers that is in need of explanation. A public ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする