<< < 261 262 263 264 265 266 267 268 269 270 271 > >>   ∑:8897  Sort:Rank

Literal Formats for Characters
This section describes literal formats for character values of char data type: single characters or escape sequences enclosed in single quotes.
2022-10-01, ∼230🔥, 0💬

Use "interface" as Annotation
This section provides a tutorial example on how to use 'interface' type to do the same job, roughly, as 'annotation' type.
2022-10-01, ∼230🔥, 0💬

IterationTag Interface Test JSP - TraceTagTest.jspx
This section provides a tutorial example on how to write a JSP page to test the TraceTag class that implements the javax.servlet.jsp.tagext.Itera tionTaginterface.
2022-10-01, ∼230🔥, 0💬

Archived: Compilation Errors with JDK 1.4
This section describes the compilation error on a JSP page that tries to use the 'page import' directive element to import a JavaBean class declared without package name.
2022-10-01, ∼230🔥, 0💬

Checking Schema Documents - XsdSchemaChecker.java
This section describes a tutorial example on how to use JAXP (Java API for XML Processing) to check (compile) XML Schema (XSD) documents.
2022-10-01, ∼230🔥, 0💬

LatLonListCityNames - Response Message Sample
This section provides a response message sample of LatLonListCityNames Web service.
2022-10-01, ∼230🔥, 0💬

Discontinued: Hotwire - Get Travel Ticker Deals
This chapter provides a quick introduction of the free Web service, Travel Ticker Deals. Topics include usage description of Travel Ticker Deals; HTTP request sample; and HTTP response sample.
2022-10-01, ∼230🔥, 0💬

Constellations
This chapter provides brief introduction of constellations.
2022-10-01, ∼230🔥, 0💬

Method Parameter Arrays
This section describes method parameter arrays, which can be used as the last parameter in method definition to take an undefined number of parameters.
2022-10-01, ∼230🔥, 0💬

FileVersionCopyFile.cs - Testing CopyTo() Method
This section provides a tutorial example on how to use the FileInfo class to copy an existing file to a new file in the file system with the CopyTo() method.
2022-10-01, ∼230🔥, 0💬

Table Column Types for Byte Strings
Describes 2 types of table columns to store Byte strings: BINARY and VARBINARY.
2022-10-01, ∼230🔥, 0💬

Statistic Information on InnoDB Tables
This section provides a tutorial example on how to collect and review statistic information on InnoDB tables in MySQL server.
2022-10-01, ∼230🔥, 0💬

Checking Character Set Setting
This section describes how to check the character set settings of text column in MySQL server.
2022-10-01, ∼230🔥, 0💬

Bubble Sort - Algorithm Introduction
This section describes the Bubble Sort algorithm - A simple and slow sorting algorithm that repeatedly steps through the collection, compares each pair of adjacent elements and swaps them if they are in the wrong order.
2022-10-01, ∼230🔥, 0💬

Object References and Garbage Collection
This chapter provides tutorial notes and example codes on Object References and Garbage Collection. Topics include object reference types; strong reference test program; final reference test program; dead objects with final references in heap; performance impact of final references.
2022-10-01, ∼230🔥, 0💬

Archived: 441/400/40MB Test on JRockit 28.2
This section provides a tutorial example on running GCTest2.java on JRockit 28.2.7 with 441MB memory limit and a 400MB base plus 40MB fluctuating memory usage with object size of 1.25MB. 1 extra MB is enough for the GC to work.
2022-10-01, ∼230🔥, 0💬

"obabel -... --..." - Generic Conversion Options
This section provides quick introductions on generic conversion options for the Open Babel 'obabel' command that apply to all formats.
2022-10-01, ∼230🔥, 0💬

DriverManager - Loading JDBC Driver
This section describes how to load a JDBC driver and register it with DriverManager.
2022-10-01, ∼230🔥, 0💬

"CREATE PROCEDURE" - Creating a Simple Procedure
This section describes how to create a simple procedure that runs a simple query.
2022-10-01, ∼230🔥, 0💬

Testing DOM XML DTD Validator
This section provides a tutorial example on how to test the DOM XML DTD Validator. All errors are generated with line numbers and explanations.
2022-10-01, ∼229🔥, 0💬

Adding and Deleting Object Own Methods
This section provides a quick description of object's own methods. A tutorial example is provided on how to add, call, and delete object's own methods.
2022-10-01, ∼229🔥, 0💬

"binding" - Binding Definition Element
This section describes 'binding', a definition element that defines a binding for operations defined in a port type to a communication protocol and a message transmission format.
2022-10-01, ∼229🔥, 0💬

Request and Response - Refill Order
This section provides a mock request and a mock response for the RefilOrder Web service that uses SOAP 1.1 over HTTP with style='document' and elementFormDefault='qualified' in the schema to use qualified names (QName) for sub elements in SOAP Body.
2022-10-01, ∼229🔥, 0💬

Logical (Boolean) Data Type
This section describes value range and storage space size of logical data type: boolean.
2022-10-01, ∼229🔥, 0💬

<< < 261 262 263 264 265 266 267 268 269 270 271 > >>   ∑:8897  Sort:Rank