240 发简信
IP属地:江苏
  • Java Native Interface

    All source code is available at github. Create java class with native method Compile ja...

  • 120
    Java Concurrent Stress Test

    The Java Concurrency Stress tests (jcstress) is an experimental harness and a suite of ...

  • 120
    Java Memory Model

    The Java Memory Model defines how threads interact through memory. All source code is a...

  • 120
    Oracle Datatypes

    Character Datatypes NLS parameters (V$NLS_PARAMETERS) NLS_LENGTH_SEMANTICSBYTE (default...

  • 120
    Character Set and Character Encoding

    Character Set Character set is a map of characters and numbers(ascii code, code point)....

  • Java LockSupport

    LockSupport APIs 1. unpark(Thread thread) Create a new thread to unpark thread t after ...

  • Java Unsafe

    In java 11, there are sun.misc.Unsafe and jdk.internal.misc.Unsafe, and all methods in ...

  • 120
    Java CallerSensitive

    CallerSensitive ensures correct caller of a method is returned whenever method is invok...

  • Java Platform Module System Quick-Start Guide

    All source code is available at github. Multiple Modules Module org.astro exports packa...

  • 120
    Java Platform Module System

    Goals of java platform module system Reliable configuration, use module path to replace...