<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   ∑:488  Sort:Date

KeyStore and Certificate Classes
This chapter provides tutorial notes and example codes on the 'keystore' class. Topics include the Certificate class, using the CertificateFactory class to read and write certificates; the KeyStore class; opening 'keystore' files to read and write certificates.
2022-10-01, 218🔥, 0💬

HttpsClient.java Failed with JDK 1.8
This section provides a tutorial example showing HttpsClient.java failed to complete the communication at the application level. But it works with SSL debug mode turned on.
2022-10-01, 217🔥, 0💬

"jrunscript" - Run JavaScript Interactively
This section provides a tutorial example on how to use 'jrunscript' to run JavaScript code interactively.
2022-10-01, 217🔥, 0💬

Java Date-Time API
This chapter provides tutorial notes and example codes the Date-Time API. Topics include introduction of the java.time package; classes representing moments of time in Epoch seconds or in ISO 8601 calendar date and time fields; classes representing duration of time in seconds and calendar periods in...
2022-10-01, 216🔥, 0💬

Shift Operations - Left, Right or Unsigned Right
This section describes shift operations: 'Left Shift', 'Right Shift', and 'Unsigned Right Shift'. A tutorial example is provided to show you how shift operations work on 'int' data type values.
2022-10-01, 215🔥, 0💬

jaotc - Java Ahead-Of-Time Compiler
This chapter provides provides a tutorial example on how to use 'jaotc' command to produce native code in the form of a shared library from Java bytecode files. But I didn't find any way to use the shared library.
2022-10-01, 214🔥, 0💬

Java Modules - Java Package Aggregation
This chapter provides tutorial notes on Java modules. Topics include Java module descriptor; module dependency; exporting package out of module; creating module JAR/JMOD file; creating custom JRE with added modules; testing package visibilities.
2022-10-01, 214🔥, 0💬

Annotation Statements and Declarations
This chapter provides tutorial notes on annotation. Topics include declaring new annotation type; using 'interface' for annotations; specifying default values to annotation elements; shorthand format of annotation invocation with a single element or no element; obtaining annotation information at ru...
2022-10-01, 214🔥, 0💬

Running EncodingSampler.java with ISO-8859-1 and US-ASCII
This section provides a tutorial example on how to run the character encoding sample program with ISO-8859-1 and US-ASCII encodings. Character encoding US-ASCII is a subset of ISO-8859-1.
2022-10-01, 212🔥, 0💬

"jcmd 0 help" - Listing JVM Diagnostic Commands
This section provides a tutorial example on how to use 'jcmd 0 help' command to get a list of diagnostic commands that are supported in each running JVM.
2022-10-01, 212🔥, 0💬

The "Runnable" Interface - Creating Thread Objects with Runnable Objects
This section provides a tutorial example on how to create new threads with the 'Thread' class and runnable objects, which are created with classes that implements the 'Runnable' interface.
2022-10-01, 212🔥, 0💬

Fall-Through Behavior of "switch" Statements
This section provides a tutorial example that show the 'fall-through' behavior of 'switch' statements.
2022-10-01, 212🔥, 0💬

javax.crypto.KeyGenerator - Generating Secret Keys
This section provides a quick introduction of the secret key generation class, javax.crypto.KeyGenerator.
2022-10-01, 211🔥, 0💬

XSD (XML Schema Definition) - XML Validation
This chapter provides tutorial notes and example codes on XSD (XML Schema Definition). Topics include writing an XML XSD validator using JDK built-in XML parser; using 'http://apache.org/xml/feature s/validation/schema'feature on XMLReader objects; using Schema and Validator objects.
2022-10-01, 210🔥, 0💬

Comparing Message Digest Output of MD5 and SHA
This section a tutorial example on how to view and compare message digest output from two standard message digest algorithms MD5 and SHA.
2022-10-01, 210🔥, 0💬

bitStringTest.java - Testing Program
This section provides tutorial example program to test setBit(), getBit(), and rotateLeft() to manage bit strings in byte arrays.
2022-10-01, 210🔥, 0💬

Miscellaneous Tools
This chapter provides tutorial notes on some miscellaneous tools. Topics include using 'jaotc' to produce native code; using 'serialver' to generate unique value for 'serialVersionUID'.
2022-10-01, 209🔥, 0💬

No-Element (Marker) Annotation Invocation
This section provides a tutorial example on how to use the marker format in annotation invocation statements, if no annotation elements are needed.
2022-10-01, 209🔥, 0💬

java.util.ListResourceBundle - Resource Bundles as Lists
This section provides a tutorial example on how to create resource bundles (localization key names with their localized text messages) as subclasses of the java.util.ListResourceBundle abstract class.
2022-10-01, 208🔥, 0💬

Reading DSA Private and Public Key Files
This section provides a tutorial example on running the test program JcaKeyFactoryTest.java to generate, write, read and convert DSA private and public keys.
2022-10-01, 208🔥, 0💬

Lambda Expressions and Method References
This chapter provides tutorial notes on lambda expressions and method references introduced in Java 8. Topics include lambda expression syntax; method reference syntax; single abstract method interface (functional interface); using lambda expressions in stream pipeline operations.
2022-10-01, 208🔥, 0💬

Date, Time and Calendar Classes
This chapter provides tutorial notes and example codes on JDK date, time and calendar classes. Topics include using java.util.Date to measure date and time; using java.util.Calendar and sub-classes to manage calendar information; using Calendar.add() method to manipulate calendar elements.
2022-10-01, 207🔥, 0💬

Private key and Public Key Pair Generation
This chapter provides tutorial notes and example codes on private key and public key pair generation. Topics include public key encryption algorithms, RSA, DSA and DiffieHellman; private key and public key pair generation class and sample program; RSA, DSA, and DiffieHellman key pair samples.
2022-10-01, 207🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, 207🔥, 0💬

<< < 9 10 11 12 13 14 15 16 17 18 19 > >>   ∑:488  Sort:Date