约 2,380 个结果
在新选项卡中打开链接
  1. Java Tutorial - Jenkov.com

    2024年11月21日 · Jakob Jenkov Last update: 2024-11-21 Java was originally a programming language invented by Sun Microsystems (Sun was acquired by Oracle in January 2010).

  2. Jenkov.com Tech & Media Labs - Resources for Developers, IT …

    Java Desktop + Web. JavaFX Undertow Web Server. Build Tools

  3. Java Concurrency and Multithreading Tutorial - Jenkov.com

    Jakob Jenkov Last update: 2024-02-28 Java Concurrency is a term that covers multithreading, concurrency and parallelism on the Java platform.

  4. JavaFX Tutorial - Jenkov.com

    2020年11月24日 · Jakob Jenkov Last update: 2020-11-24 JavaFX is a GUI toolkit for Java (GUI is short for Graphical User Interface). JavaFX makes it easier to create desktop applications and games in Java. This JavaFX tutorial is a multi-page tutorial explaining the core features of JavaFX. See the menu in the left side of this page to see all the topics covered ...

  5. Java Collections - Jenkov.com

    2021年1月4日 · Jakob Jenkov Last update: 2021-01-04 The Java Collections API provide Java developers with a set of classes and interfaces that makes it easier to work with collections of objects, e.g. lists, maps, stacks etc.

  6. Thread Pools - Jenkov.com

    2023年1月24日 · Jakob Jenkov Last update: 2023-01-24 A thread pool is a pool threads that can be "reused" to execute tasks, so that each thread may execute more than one task.

  7. Java NIO Tutorial - Jenkov.com

    2020年10月13日 · Jakob Jenkov Last update: 2020-10-13 Java NIO (New IO) is an alternative IO API for Java, meaning alternative to the standard Java IO and Java Networking API's.

  8. Java Memory Model - Jenkov.com

    2020年7月1日 · Jakob Jenkov Last update: 2020-07-01 The Java memory model specifies how the Java virtual machine works with the computer's memory (RAM). The Java virtual machine is a model of a whole computer so this model naturally includes a memory model - AKA the Java memory model. ...

  9. Maven Tutorial - Jenkov.com

    2021年3月10日 · Most often you will use a group ID which is similar to the root Java package name of the project. For instance, for my Java Web Crawler project I may choose the group ID com.jenkov. If the project was an open source project with many independent contributors, perhaps it would make more sense to use a group ID related to the project than an a ...

  10. Java IO Tutorial - Jenkov.com

    2020年3月15日 · Jakob Jenkov Last update: 2020-03-15 Java IO is an API that comes with Java which is targeted at reading and writing data (input and output).