<< < 361 362 363 364 365 366 367 368 369 370 371 > >>   ∑:8897  Sort:Rank

Java Thread Deadlock Demo Program
This section provides a tutorial example of simple deadlock demo program, SimpleDeadLock.java, with 2 threads waiting for each other.
2016-02-20, ∼2092🔥, 2💬

💬 2015-11-27 Herong: Rahul, I think your dump file is a correct thread dump. It provides you a list of threads in a text format. You can use any text...

💬 2015-11-26 Rahul: Hi, Thanks for nice article. when we use jstack or kill -QUIT / kill -3 to get thread dump , we always get the dump file which s...

"WinRAR" - RAR and ZIP File Compression Tool
This chapter provides an introduction of WinRAR. Topics include installing WinRAR 3.42, adding files and sub directories to RAR/ZIP files, extracting files from RAR/ZIP files, setting passwords to RAR files, setting Windows Explorer context menu for WinZip, running WinRAR in command line windows.
2016-02-20, ∼584🔥, 0💬

SoapUI - SOAP Web Service Testing Tool
This chapter provides tutorial notes and example codes on SoapUI 5.0.0. Topics include SoapUI features; downloading and installing SoapUI 5.0.0; validating and importing SOAP based WSDL documents; creating and submitting test requests.
2016-02-20, ∼1549🔥, 1💬

💬 2016-02-15 arun: hello how are you

Introduction of ASP Objects
This section introduces ASP built-in run-time objects - 5 run-time objects are provided by the ASP programming interface: Request, Response, Server, Application, and Session.
2016-02-20, ∼1638🔥, 2💬

💬 2016-02-20 Herong: Divya, A meaningful comment should be more than just a ".". May be I need to add logic to reject comments that are less than 10 ...

Literal Formats for Floating-Point
This section describes 2 literal formats for floating-point values: decimal and hex floating-point literals. The default floating-point literal data type is 'double'.
2016-02-19, ∼792🔥, 1💬

💬 2016-02-19 Merit Campus: You can clear many of your doubts regarding Literals in Java through Merit Campus, visit: [URL removed]. Not only Literals, we a...

File Handles and Data Input/Output
This chapter provides tutorial examples and notes about file handles and data input or output. Topics include using open() function to open file handles; using print() to output data; using &lt;file_handle&gt; to input data.
2016-02-19, ∼561🔥, 2💬

💬 2016-02-19 Herong: Thirumaran, Your answer is correct, only if the question is a+b=? ☺

💬 2016-02-15 ThirumaranM: a=6 b=2 so answer is 8

Commonly Used JDBC Class Methods
This section lists some commonly used JDBC classes and motheds.
2016-02-19, ∼165🔥, 2💬

Converting Perl Script to Executable Binary
This chapter provides tutorial examples and notes about converting Perl script files to executable binary files. Topics include Perl script conversion tools: PerlApp and Perl2Exe; installing Perl Dev Kit with PerlApp, running PerlApp to convert DirGrep.pl to DirGrep.exe.
2016-02-18, ∼3703🔥, 2💬

💬 2016-02-18 Herong: Edgar, Thanks for sharing your script. I will test it and may include it in the next version of this book.

💬 2016-02-16 Edgar: # program to remove a leading UTF-8 BOM from a file # works both STDIN -> STDOUT and on the spot (with filename as argument) if ...

Bitwise Operations on "byte" Values
This section describes 4 types of bitwise operations, 'And', 'Or', 'Exclusive Or', and 'Complement' that applies on 'byte' values indirectly through 'int' values.
2016-02-17, ∼3304🔥, 1💬

💬 2016-02-17 javapadho.com: excelement expalin bitwise binary operator.. bitwise operator explain with leftshift,rightshift,rightshift with fill zero value ...

opendir() - Open Directory to Read File Names
This section describes Perl built-in functions, opendir() and readdir(), to open a file directory and read its file names and sub-directories.
2016-02-15, ∼624🔥, 1💬

💬 2016-02-15 wewewe: meaningful robot bla bla bla

Floating-Point Data Types
This section describes value ranges and storage space sizes of floating-point data types: float and double.
2016-02-15, ∼734🔥, 5💬

💬 2016-02-15 Herong: To Merit Campus, I have to remove links. Advertisement is not allowed in comments

💬 2016-02-15 Merit Campus: You can clear many of your doubts regarding data types in Core Java through Merit Campus, visit: [URL removed]. Not only data ty...

💬 2015-10-31 Herong: Page updated now. Thanks again, Raj.

💬 2015-10-24 Herong: Raj, good catch. It will be corrected later.

💬 2015-10-23 raj: Chief, second point should be "double" but it says "float"

Type Casting Compile and Runtime Error
This section provides a tutorial example on compilation time casting error and runtime casting exception.
2016-02-15, ∼1129🔥, 1💬

Integer Data Types
This section describes value ranges and storage space sizes of integer data types: byte, short, int, long and char.
2016-02-15, ∼485🔥, 1💬

💬 2016-02-15 Merit Campus: You can clear many of your doubts regarding data types in Core Java through Merit Campus, visit: http://java.meritcampus.com/cor...

"choose" - The If...Else Element
This section describes the 'choose' element, which is used in the content of a 'template' element. The 'choose' element is a conditional statement that be used to put different output contents under different logical conditions.
2016-02-12, ∼2386🔥, 0💬

Andre's Implementation of Base32 in PHP
This section provides a PHP implementation of the Base32 encoding algorithm by Andre DeMarre.
2016-02-11, ∼899🔥, 1💬

💬 2016-02-11 apple: thx

Accessing File System from JSP Pages
This section provides a tutorial example on how to access the file system from JSP pages using 3 different reference points: Current Directory, Physical Root Directory, and Virtual Root Directory.
2016-02-09, ∼405🔥, 1💬

PHP SOAP Extension for WSDL
This chapter provides tutorial notes and example codes on SOAP Extension in PHP. Topics include downloading and installing PHP; configuring SOAP Extension; loading WSDL 2.0 documents and getting errors.
2016-02-08, ∼674🔥, 1💬

What Is SOAP
This section provides a quick summary of SOAP protocol.
2016-02-07, ∼604🔥, 0💬

Retrieving BLOB Values with getBlob() Method
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
2016-02-07, ∼196🔥, 2💬

Converting KeyStore Files to PKCS12 Files
This section provides a tutorial example on how to convert a KeyStore file to a PKCS12 file, because Windows 'Internet Options' can import keys and certificates from PKCS12, but not from KeyStore file.
2016-02-07, ∼1860🔥, 2💬

💬 2016-02-07 Herong: Steve, Fully agree! I put it in command line, because it is easier to document. I will put a warning the tutorial.

💬 2016-02-07 Steve: Hi! No password in command line , please ! Can be read in history... Bad practice :(

Inserting BLOB Values with SQL INSERT Statements
This section describes how to insert BLOB values as normal strings using INSERT statements.
2016-02-06, ∼2191🔥, 1💬

"regedit.exe" - Finding Registry Keys for FreeCell
This section provides a tutorial example on how to find FreeCell registry keys with the 'regedit' search function.
2016-02-04, ∼2223🔥, 1💬

💬 2016-02-04 KennyB: There is no "free cell " under applets in Windows 7.

"readcd -fulltoc" - Data CD Sample
This section provides a sample of TOC (Table Of Content) from a data CD.
2016-02-02, ∼1403🔥, 2💬

💬 2015-11-15 Herong: Yes. They are hex numbers.

💬 2015-11-14 MatMabee: This is proper hex format, correct?

.DAT File Name Extension - VCD Media Files
This section describes what is .dat file name extension for VCD media files.
2016-02-02, ∼412🔥, 0💬

<< < 361 362 363 364 365 366 367 368 369 370 371 > >>   ∑:8897  Sort:Rank