<< < 1 2 3 4 5 6 7 8 9 10 11 > >>   ∑:488  Sort:Rank

JceSecretKeyTest.java - Secret Key Test Program
This section provides a quick tutorial example on how to write a sample program to generate a secret key for Blowfish, DES, or HmacMD5 encryption, save the secret key to a file, and read it back.
2022-10-01, 371🔥, 0💬

SSL Specification Overview
This section provides a quick overview of the SSL (Secure Socket Layer) protocol. There are 4 sub-protocols in SSL: Record Protocol, Handshake Protocol, Change Cipher Spec Protocol, and Alert Protocol.
2022-10-01, 371🔥, 0💬

What Is Deadlock
This section provides a tutorial example on how to demonstrate a deadlock condition with two Java threads.
2022-10-01, 371🔥, 0💬

Garbage Collection and Unused Objects
This section describes what is garbage collection and what is an unused object.
2022-10-01, 369🔥, 0💬

Calculating Memory Usage of an Array
This section provides a tutorial example on how to calculate memory usage of a large array.
2022-10-01, 366🔥, 0💬

jarsigner - JAR File Signer
This chapter provides tutorial notes on 'jarsigner' tool. Topics include generating a self-signed certificate; signing a JAR file; verifying a signed JAR file; using trusted certificate; signature files in JAR file.
2022-10-01, 360🔥, 0💬

Archived: Downloading and Installing Java 8
This section describes how to download and install Java 8 (Java Standard Edition Development Kit 1.8) on Windows.
2022-10-01, 357🔥, 0💬

jlink - The JRE Linker
This chapter provides tutorial notes on 'jlink', the JRE Linker. Topics include introduction of jlink; building JRE with java.base only; building application JRE; generating application launching scripts.
2022-10-01, 350🔥, 0💬

jconsole - Java Monitoring and Management Console
This chapter provides tutorial notes on the Java monitoring and management console, jconsole. Topics include description of JMX technology, list of 'jconsole' command options, turning on JMX agent for local and remote connection, running 'jconsole' to monitor local and remote Java applications.
2022-10-01, 348🔥, 0💬

jmc - JMX Console via MBean Server
This section provides a tutorial example on how to use 'jmc' JMX Console via MBean Server. The dashboard shows live meters of Used Java Heap Memory, JVM CPU Usage, and Live Set + Fragmentation.
2022-10-01, 347🔥, 0💬

jdb - The Java Debugger
This chapter provides tutorial notes on the Java debugger 'jdb'. Topics include starting 'jdb' to debug an application, running 'jdb' separately from the application, debugging remote application, debugging multi-thread application, listing and switching execution threads.
2022-10-01, 346🔥, 0💬

JVM Troubleshooting Tools
This chapter tutorial notes on JVM troubleshooting tools. Topics include 'jinfo' to check JVM option values, 'jstack' to dump stack traces and detect deadlocks, 'jmap' to print heap histogram and dump heap files, 'jhat' to browse head files and run OQL queries.
2022-10-01, 345🔥, 0💬

Running EncodingSampler.java with GB18030
This section provides a tutorial example on how to run the character encoding sample program with GB18030, which is the newest Chinese character set encoding.
2022-10-01, 344🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, 342🔥, 0💬

Java Tools Included in JDK
This chapter provides tutorial notes on Java tools included in the Oracle JDK package. Topics include downloading and installing the latest JDK version on Windows; using 'javac' and 'java' tools to compile and run Java program; listing Java tools in the 'bin' sub-directory of Java home directory.
2022-10-01, 340🔥, 0💬

javac - The Java Program Compiler
This chapter describes the Java compilation tool 'javac'. Topics include listing of 'javac' options, specifying class path with '-classpath', specifying source path with '-sourcepath', processing 'import' statements, generating debugging information with '-g'.
2022-10-01, 340🔥, 0💬

javax.crypto.SecretKey - The Secret Key Interface
This section provides a quick introduction of secret key and symmetric encryption algorithm. The secret key interface, javax.crypto.SecretKey, is also described.
2022-10-01, 339🔥, 0💬

Adding Threads and Thread Groups
This section provides a tutorial example on how to add threads and thread groups to the 'system' ThreadGroup tree.
2022-10-01, 336🔥, 0💬

"jcmd 0 Thread.print" - Generating Thread Dump
This section provides a tutorial example on how to use the 'jcmd 0 Thread.print' command to generate a thread dump of a given JVM.
2022-10-01, 334🔥, 0💬

jpackage - Binary Package Builder
This chapter provides tutorial notes on 'jpackage' tool. Topics include introduction of jpackage; running jpackage to build *.dmg and *.pkg packages on macOS computers.
2022-10-01, 332🔥, 0💬

"jaccessinspector" - Accessible Information Examiner
This section provides a tutorial example on how to use 'jaccessinspector' to examine accessible information of objects that trigger events in a Java GUI application on Windows computers.
2022-10-01, 329🔥, 0💬

JDK - Java Development Kit
This chapter provides tutorial notes on installing JDK on your own Windows system to run Java programs. Topics include downloading and installing JDK; compiling and executing Java programs, installing JDK documentation.
2022-10-01, 328🔥, 0💬

Archived: Downloading/Installing JDK 1.8.0 on Windows
This section provides a tutorial example on how to download and install JDK 1.8.0 (Java SE 8) on a Windows 7 system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2022-10-01, 326🔥, 0💬

java - The Java Program Launcher
This chapter describes the Java launch tool 'java'. Topics include listing of 'java' options, specifying class path with '-classpath', specifying an executable JAR file with '-jar', specifying non-standard options with '-X', launching Java programs without the console window.
2022-10-01, 324🔥, 0💬

<< < 1 2 3 4 5 6 7 8 9 10 11 > >>   ∑:488  Sort:Rank