<< < 181 182 183 184 185 186 187 188 189 190 191 > >>   ∑:9107  Sort:Date

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

CPU Execution Time Shared by Multiple Threads - Test Output
This section provides the test output of a tutorial example on how to measuring CPU execution time allocated to threads with different setPriorities.
2022-10-01, ∼388🔥, 0💬

What Is java.lang.ClassLoader Class
This section describes what is java.lang.ClassLoader class - A built-in abstract class that represents ClassLoaders used in JRE to load dynamically Java classes into the JVM.
2022-10-01, ∼388🔥, 0💬

getProperty() Error on Tomcat 7
This section provides a tutorial example on how Tomcat 7 refuses to convert 'getProperty' elements if the JavaBean is not initiated by a 'useBean' element.
2022-10-01, ∼388🔥, 0💬

Assembling Intermediate Language Source Code
This section provides a tutorial example on how to use the .NET Intermediate Language assembler to assemble IL source code into bytecode and stored in a PE file.
2022-10-01, ∼388🔥, 0💬

"START /REALTIME" - Run JVM with Highest Priority
This section provides a tutorial showing how to use 'START /REALTIME' command to run JVM with highest priority on Windows systems.
2022-10-01, ∼388🔥, 0💬

Android PDF Viewer APK File Contents
This section provides a tutorial example on how to download the APK file of the Android PDF Viewer project from sourceforge.net. The APK file contents can be viewed by the WinZIP tool.
2022-03-11, ∼388🔥, 1💬

pmap - Process Memory Map
This section provides a tutorial on how to install 'smem' and use it to report memory usage of each running process.
2024-08-17, ∼387🔥, 0💬

Big5 to Unicode - Row DA: Level 2 Characters
Big5 to Unicode code point mapping is provided for Big5 character set - Row DA: Level 2 Characters.
2024-01-29, ∼387🔥, 0💬

10EC0: Arabic Extended-C
This section provides a quick summary of the Unicode code point block: 'Arabic Extended-C', which contains 64 code points to represent Arabic Extended-C alphabets used in the Arabic Extended-C language.
2024-01-23, ∼387🔥, 0💬

Action - Functional of Position Function x(t)
This section describes the Action S as a functional of position function x(t).
2022-11-20, ∼387🔥, 0💬

Derby (Java DB) - ResultSet Objects of Queries
This chapter provides tutorial notes on JDBC ResultSet with Derby (Java DB) JDBC Driver. Topics include ResultSet cursor, scrollable, and update capability; getString() and updateString() methods; updateRow(), insertRow(), and deleteRow() methods.
2022-10-09, ∼387🔥, 0💬

Activity Diagram - Start and Final Notations
This section describes the Start Notation and the Final Notation used in a UML Activity Diagram. A Start Notation and a Final Notation represent a starting point and an ending point of an action execution sequence within an activity.
2022-10-07, ∼387🔥, 0💬

1986 年年历 - 虎年
中国年历 - 1986 年年历 - 虎年
2022-10-06, ∼387🔥, 0💬

Defining a Remote Method Call in XML
This section describes how a remote method call can be defined in XML format. The root element name is 'methodCall'.
2022-10-05, ∼387🔥, 0💬

Examples of HTTP 1.0 Requests and Responses
This section provides some tutorial examples of HTTP 1.0 requests and responses. Google and Wikipedia are still supporting HTTP 1.0 protocols.
2022-10-05, ∼387🔥, 0💬

android.os.Environment Class - Environment Folders
This section provides tutorial example on how to display environment folders: data, external storage, download cache, and root folders using the android.os.Environment class.
2022-10-01, ∼387🔥, 0💬

First JavaScript - "Hello World!"
This section provides the first JavaScript tutorial example - 'Hello World!'.
2022-10-01, ∼387🔥, 0💬

What Is JSON (JavaScript Object Notation)
This section provides a quick introduction of JSON (JavaScript Object Notation) - a text string format, similar to XML, that uses human-readable text to record data objects consisting of attribute–value pairs and array structures.
2022-10-01, ∼387🔥, 0💬

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

Datatypes, Values and Representations
This section describes how built-in datatypes can be used to add type declarations to XML elements and attributes to help XML receiver to parse out desired values from XML documents.
2022-10-01, ∼387🔥, 0💬

Constraining Facets on Union Datatypes
This section describes constraining facets on union datatypes. New simple datatype can be defined with a 'restriction' construction component using a union datatype as the base.
2022-10-01, ∼387🔥, 0💬

Data Type Features
This chapter provides tutorial examples and notes on some data type features. Topics include 'decimal' simple type; simple types as aliases of 'struct' types; unified type system; jagged arrays.
2022-10-01, ∼387🔥, 0💬

Floating-Point Data Types
This chapter provides tutorial examples and notes on floating-point data types. Topics include precisions and performances of 'float', 'double' and 'decimal' values; IEEE 754 standards on binary representation of 'float' and 'double'; Microsoft binary presentation of 'decimal'.
2022-10-01, ∼387🔥, 0💬

<< < 181 182 183 184 185 186 187 188 189 190 191 > >>   ∑:9107  Sort:Date