<< < 202 203 204 205 206 207 208 209 210 211 212 > >>   ∑:9022  Sort:Rank

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, ∼373🔥, 0💬

Archived: JDK 10 Documentation Installation
This section describes how to install JDK Documentation on your own machine.
2022-10-01, ∼373🔥, 0💬

Build Process and Package File Content
This chapter provides tutorial notes on the Android project build process. Topics include Android project folder structure; project build process; Ant automated build command; Android Asset Packaging Tool (aapt); Java compiler (javac); Dalvik Executable (dex) conversion; 'apkbuilder' command for pac...
2022-10-01, ∼372🔥, 0💬

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

.NET Intermediate Language Disassembler
This section provides a tutorial example on how to use the .NET Intermediate Language disassembler to open and disassemble a CLR based Portable Executable files.
2022-10-01, ∼372🔥, 0💬

Creating MySQL Windows Service
Tutorial example on how to create MySQL Windows Service with the 'mysqld --install' command. You can start MySQL server by start the MySQL service.
2022-10-01, ∼372🔥, 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, ∼371🔥, 0💬

AWT (Abstract Windows Toolkit)
This chapter provides tutorial JDK AWT (Abstract Windows Toolkit). Topics include introduction of AWT classes; creating and closing AWT frames; drawing graphics on components; creating labels and buttons; Text field and action listeners; using menu bar, menu and menu items.
2022-10-01, ∼371🔥, 0💬

CREATE TABLE - Statement to Create Tables
A tutorial example is provided on how to use CREATE TABLE statements to create tables in different ways.
2022-10-01, ∼371🔥, 0💬

Archived: Issues MySQL 5.7.10 Installer
This section describes two issues occurred during the installation process of MySQL 5.7.10 on a Windows system using MySQL Installer.
2022-10-01, ∼371🔥, 0💬

Mozilla Firefox Displaying Certificate Error Page
This section provides a tutorial example showing that Mozilla Firefox fails to validate an HTTPS server certificate and displays a certificate error page.
2022-10-01, ∼370🔥, 0💬

Importing Private-Public Key Pair with Internet Options
This section provides a tutorial example on how to import a PKCS12 file containing a private-public key pair and its certificate into Windows system using 'Internet Options'.
2022-10-01, ∼370🔥, 0💬

JAR - Java Archive File Format
This section describes the Java archive, JAR, file format, which is an extension of the ZIP file format.
2022-10-01, ∼370🔥, 0💬

"javac -X" - Specifying Non-Standard Options
This section describes the Java compiler non-standard options, '-X...'.
2022-10-01, ∼370🔥, 0💬

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

XSD Schema Validator on XML DOM Object
This section provides a tutorial example on how to load a XSD schema, create an XSD validator and validate an XML DOM object.
2022-10-01, ∼370🔥, 0💬

Execution Threads and Multi-Threading Java Programs
This chapter provides tutorial notes and tutorial examples on execution threads and multi-threading programs. Topics include creating threads with thread classes and runnable objects; thread priorities and CPU time sharing; application data sharing; terminating running threads.
2022-10-01, ∼370🔥, 0💬

Archived: GC Test - Client vs. Server
This section provides a tutorial example on testing garbage collection by comparing performances between HotSpot Server VM and HotSpot Client VM.
2022-10-01, ∼370🔥, 0💬

Static HTML Text in JSP Page in Standard Syntax
This section provides a tutorial example to test how non-ASCII characters entered as static text in JSP pages in standard syntax are handled by the JSP server and returned to Web browsers.
2022-10-01, ∼370🔥, 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, ∼370🔥, 0💬

Virtual Memory Upper Limit
This section provides a tutorial example on how to test virtual memory upper limit, which is close to 2 GB on 32-bit Windows systems.
2022-10-01, ∼370🔥, 0💬

List of MySQL Programs
This section provides a list of main executable programs provided in MySQL 5.0 Community Edition.
2022-10-01, ∼370🔥, 0💬

Locks Used in MySQL
This chapter provides tutorial notes on locks. Topics include lock types and lock levels; read lock (shared lock) and write lock (exclusive lock); table lock, row lock and column lock; LOCK TABLES statements.
2022-10-01, ∼370🔥, 0💬

php_mbstring.dll - Multibyte String Extension
This section describes how to configure PHP to load the mbstring extension (php_mbstring.dll) to support multibyte string functions for UTF-8 encoding.
2022-10-01, ∼370🔥, 0💬

<< < 202 203 204 205 206 207 208 209 210 211 212 > >>   ∑:9022  Sort:Rank