<< < 199 200 201 202 203 204 205 206 207 208 209 > >>   ∑:8899  Sort:Rank

View Server Certificate Path in Apple Safari
This section provides a tutorial example on how to view server certificate path when visiting a 'https' Website in Apple Safari. The top certificate in a certificate path is the root CA certificate, which is trusted by browser settings.
2022-10-01, ∼333🔥, 0💬

Array References and Array Assignment Statements
This chapter provides tutorial examples and notes about array reference. Topics include assigning an array to a scalar variable; working with array references; 'Array()' function; copying arrays; Runtime error 'Type mismatch'.
2022-10-01, ∼333🔥, 0💬

Importing Declarations Across Namespaces - Examples
This section describes a tutorial example on how to import external namespaces and refer to element declarations from imported namespaces.
2022-10-01, ∼333🔥, 0💬

UUEncode Encoding
This chapter provides notes and tutorials on UUEncode algorithm and implementations. Topics include reviewing UUEncode encoding algorithm; Java implementation by Sun and its correction.
2022-10-01, ∼333🔥, 0💬

GCC - C/C++ Compiler
This chapter provides introductions and tutorial examples about GCC C/C++ compilers. Topics include installing GCC C/C++ compilers; GCC compilation steps and settings; 'g++ -I' for include header files; g++ -l' for static/dynamic library files; 'g++ -shared' for building shared object (dynamic libra...
2022-10-01, ∼333🔥, 0💬

Introduction of Class and Object
This chapter provides tutorial notes and example codes on class and object. Topics include introduction of class and object; static variables and methods; superclass and subclass; abstract class and method; interface and trait; overloaded properties and methods; object cloning and serialization; ref...
2022-10-01, ∼332🔥, 0💬

"javap -private" - Listing Private Variables and Methods
This section provides a tutorial example of how to list all private and public variables and methods of a class with 'javap' with the '-private' option.
2022-10-01, ∼332🔥, 0💬

What Is PHP SOAP Extension
This section describes the PHP SOAP Extension and its features: support of WSDL 1.1, SOAP 1.1, SOAP 1.2, HTTP, and HTTPS.
2022-10-01, ∼332🔥, 0💬

Types of Information in XML Files
This section describes 6 types of information in an XML file: Processing Instruction, Comment, XML Element, Mixed Text, XML Entity, and CDATA Section.
2022-10-01, ∼332🔥, 0💬

java.lang.System Class - The Operating System
This chapter provides tutorial notes and example codes on java.lang.System class. Topics include accessing standard input, output, and error streams; getting the current time in milliseconds and nanoseconds; accessing environment variables; managing JVM instance properties.
2022-10-01, ∼332🔥, 0💬

Micro Benchmark Tests in JIT Compilation Mode
This chapter provides tutorial notes and example codes on micro benchmark tests on 'int' and 'long' data type operations in HotSpot JIT compilation mode. Topics include empty loop, assignment loop, shift operation, add operation, multiplication operation and division operation.
2022-10-01, ∼332🔥, 0💬

List of Built-in Datatypes
This section lists all built-in datatypes supported in XSD 1.1. 50 built-in datatypes can be divided into 7 categories. 4 new datatypes are introduced in XSD 1.1.
2022-10-01, ∼332🔥, 0💬

Overriding Element Types in XML Documents
This chapter provides notes and tutorial examples on overriding element Type. Topics include declaring element nillable, overriding element with 'xsi:nil', defining base and derived datatypes, overriding element type with 'xsi:type'.
2022-10-01, ∼332🔥, 0💬

Commons DBCP for Connection Pooling
This section provides a quick introduction on Commons DBCP, which is a popular open source JDBC database connection pool library developed by Apache.
2022-10-01, ∼332🔥, 0💬

Basic Rules of Using Non-ASCII Characters in HTML Documents
This section describes basic rules on how non-ASCII character strings should be managed at different steps to ensure localized text strings can be used in HTML documents and displayed correctly on the browser window.
2022-10-01, ∼331🔥, 0💬

Layout of Components in a Container
This chapter provides tutorial notes and example codes on component layout. Topics include introduction of component layout; tutorial examples of BorderLayout, FlowLayout, BoxLayout, GridLayout, and GridBagLayout.
2022-10-01, ∼331🔥, 0💬

Archived: Downloading and Installing JDK 12
This section describes how to download and install JDK 12 on a Windows system.
2022-10-01, ∼331🔥, 0💬

Primitive Data Types and Literals
This chapter provides tutorial notes and example codes on primitive data types and literals. Topics include 8 primitive data types; storage size of each data type; format rules on source code literals for each data type; example Java programs on primitive types.
2022-10-01, ∼331🔥, 0💬

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

Archived: Downloading and Installing SoapUI 5.2
This section provides a tutorial example on downloading and installing SoapUI 5.2 on Windows system.
2022-10-01, ∼331🔥, 0💬

"if" Statements - Example
This section provides a tutorial example on how to use 'if' statements to calculate income taxes.
2022-10-01, ∼331🔥, 0💬

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-10-01, ∼331🔥, 0💬

AboutAndroid - Application to Retrieve System Information
This chapter provides tutorial notes on AboutAndroid - An example application to retrieve system information. Topics include using java.lang.System class; displaying system properties and environment variables; using ScrollView and TextView classes; using android.os.Environment class.
2022-10-01, ∼330🔥, 0💬

Commonly Used Character Sets and Encodings
This section provides a list of commonly used character sets and their encodings.
2022-10-01, ∼330🔥, 0💬

<< < 199 200 201 202 203 204 205 206 207 208 209 > >>   ∑:8899  Sort:Rank