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

Encoding Conversion Programs for Encoded Text Files
This chapter provides tutorial notes and example codes on character encoding conversion. Topics include entering Unicode characters with \uxxxx escape sequences; viewing encoded text files in Hex values; converting text files from one encoding to another; viewing encoded text files in Web browsers; ...
2022-10-01, 204🔥, 0💬

java.security.KeyStore - The 'keystore' Class
This section provides a quick introduction of the java.security.KeyStore class, which represents a copy of a 'keystore' database file in memory.
2022-10-01, 204🔥, 0💬

Datagram Network Communication
This chapter provides tutorial notes and example codes on datagram network communication. Topics include introduction to datagram communication; creating a datagram server and listening for incoming packets; creating a datagram client and sends packets to a server; sample programs: DatagramServer.ja...
2022-10-01, 203🔥, 0💬

Secret Key Generation and Management
This chapter provides tutorial notes and example codes on secret keys. Topics include secret keys for Blowfish, DES, or HmacMD5 encryption algorithms; key generator class; test program to generate secret keys and save them in files.
2022-10-01, 203🔥, 0💬

Install JDK with "rpm" Command
This section provides a tutorial on how to download and install JDK packages from pkgs.org repository using 'rpm' command on CentOS systems.
2022-10-01, 203🔥, 0💬

DOMToXML.java - Converting DOM Documents to XML Files
This section provides a tutorial example on how to write a program to convert a DOM document object into an XML file using the default XML transformer, org.apache.xalan.transformer, provided in the JDK.
2022-10-01, 202🔥, 0💬

"jdeps class_file" - Dependencies of Class File
This section provides a tutorial example on how to use 'jdeps' command to show package level dependencies of a given Java class file.
2022-10-01, 202🔥, 0💬

HelloDocumented.java - javadoc-Style Comments
This section provides a tutorial example of how to add javadoc-style comments in Java class source code.
2022-10-01, 202🔥, 0💬

Class Type Variables Storing References
This section describes how references of class objects are stored in class variables of the same class type.
2022-10-01, 202🔥, 0💬

StringBuffer - The String Buffer Class
This chapter describes the StringBuffer class included in the java.lang package. Topics include StringBuffer properties and methods, implementing a simple string buffer class, comparing performances of String and StringBuffer classes.
2022-10-01, 202🔥, 0💬

What Is Annotation
This section describes the annotation programming facility that allows you to associates additional information with a program construct.
2022-10-01, 202🔥, 0💬

Locale Sensitive Operations
This section provides a tutorial example on how to convert date objects to strings in different locales using java.util.SimpleDateFormat class.
2022-10-01, 201🔥, 0💬

SAXValidator.java - XML DTD Validation with SAX
This section provides a tutorial example on how to write a DTD validator using SAX classes in JDK. The validator can validate an XML file against the specified DTD statements.
2022-10-01, 201🔥, 0💬

Launching Hello.java - My First Java Program
This section provides a tutorial example on how to launch a simple java program using the 'java' tool without any options.
2022-10-01, 199🔥, 0💬

"jimage info|list" - Listing JIMAGE Entries
This section provides a tutorial example on how to use 'jimage info|list' commands to view JIMAGE file info and list IMAGE entries.
2022-10-01, 199🔥, 0💬

Number Object and Numeric String Conversion
This chapter provides tutorial notes and example codes on numeric string format. Topics include using java.util.NumberFormat.format( )method to format numeric values into text strings; using java.util.DecimalFormat.parse( )method to parse date strings into objects.
2022-10-01, 198🔥, 0💬

What Is a Socket?
This section describes what is a socket - An concept represents one end-point of a two-way communication link between two programs running on the Internet network.
2022-10-01, 198🔥, 0💬

XSLTransformer.java - XML Transformer
This section provides a tutorial example on how to write an XML transformer program, XSLTransformer.java, using XSL (Extensible Stylesheet Language).
2022-10-01, 198🔥, 0💬

Supported Character Encodings in JDK
This section provides a tutorial example on how to display a list character encodings supported by JDK with the java.nio.charset.Charset.avail ableCharsets()method.
2022-10-01, 197🔥, 0💬

java.security.cert.Certificate - The Certificate Class
This section describes the certificate class: java.security.cert.Certificate ,which represents a signed certificate of a public key.
2022-10-01, 196🔥, 0💬

About This Book
This section provides some detailed information about this book - Java Tutorials - Herong's Tutorial Examples.
2022-10-01, 196🔥, 0💬

Deadlock Condition Example Programs
This chapter provides tutorial notes and tutorial examples to demonstrate deadlock condition. Topics include what is deadlock condition; deadlock examples - 5 Dining Philosophers and Transferring Funds.
2022-10-01, 195🔥, 0💬

java.lang.Enum Super Type
This section provides a tutorial on how to verify the enum type hierarchy supported by the java.lang.Enum Super Type.
2022-10-01, 195🔥, 0💬

Basic "for" Statements
This section describes basic 'for' statement, which is a looping statement that executes the contained statement repeatedly with an initial logic, a looping condition, and an update logic.
2022-10-01, 195🔥, 0💬

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