Feed Info - Recent programming articles

Previous Syndicated Feed
Random Syndicated Feed
Next Syndicated Feed

Feed Tags
Log in, and you can add your own tags!
 
Feed Actions
 
Recent programming articles
 
Site URL:http://www.javamex.com/
Feed URL:http://www.javamex.com/rssmain.xml http://www.javamex.com/rssmain.xml
Image URL:
Description:Articles and tutorials on Java programming recently published on the Javamex web site.
Subject:
Language:en (en) Help on Language Tags
Format:RSS
Version:2.0
License:None listed in feed

Featured:Feature This Feed on Syndic8

Feed ID:561444
Dates:
Created: 2008-12-08 Approved: XML Changed: 2012-12-07 23:14:54
Published: Pinged:: XML Parsed: 2013-05-19 23:55:13
Status:Awaiting Approval Help on Feed Status   
Poll Status:Ready to approve.
Toolkit:(Unknown) Version: 
Scraped:No
Metadata:No Help on Feed Metadata
Archivable:No Help on XML Archiving
Page Views:9,146
Pings:0
Enclosures:No
Polling:Interval: 6 hours  Last Poll: May 19th 2013 at 07:00:00 AM  (Poll ID: 4710)
Referenced Feed:
Encoding:iso-8859-1
Explicit:No

  Headlines     Poll Results     Statistics     XML     Action Log(2)     Notes(0)     Categories     Contacts     Locations     Subscribers     Changes  
           

Poll History:
05-20   05-18   05-15   05-12   05-10
 4710     4708     4707     4705     4704 
TitleDescription
Java development/profiling tool: Classmexer agent
BlockingQueue
BlockingQueue example: a background logger thread
Double-checked Locking
Double-checked Locking
The notifyAll() method in Java
Strings and text in Java
Tutorial: Synchronization and concurrency in Java 5
Tutorial: Synchronization and concurrency in Java 5 (why is it difficult?: ctd)
Synchronization under the hood, and why Java 5 improves it (ctd)
The Atomic classes in Java: atomic arrays
The Atomic classes in Java: atomic field updaters
Copy-on-write collections in Java (CopyOnWriteArrayList etc)
Atomic structures and collections in Java 5: ConcurrentHashMap
ConcurrentHashMap: usage and performanec
Iterating over a ConcurrentHashMap
Introduction to queues in Java 5
Queues in Java 5: the Queue interface
Explicit locks in Java 5
Explicit locks in Java: pre-Java 5 implementation
Explicit locks in Java 5: introduction to the Lock interface
Explicit locks in Java 5: lock basics
Explicit locks in Java 5: timed and interruptible locking
Explicit locks in Java 5: read-write locks
The Java Semaphore class
The Java Semaphore class: controlling a resource pool
The synchronized keyword in Java: using a synchronized block
The synchronized keyword in Java: synchronization with main memory
Avoiding synchronization with ThreadLocal (example: sharing Calendar objects)
When to use ThreadLocal
The final keyword in Java
The Java BlockingQueue (producer-consumer pattern)
Safe omission of synchronization
Synchronization methods in Java
The volatile keyword in Java
Dangers of the volatile keyword in Java
The volatile keyword in Java 5
Typical use of the volatile keyword in Java
When to use "volatile" in Java?
Using wait(), notify() and notifyAll() in Java
Volatile arrays in Java
How to use wait()/notify() in Java
When to use wait()/notify() in Java
Coordinating threads with CountDownLatch
Concordinating threads with a CyclicBarrier
Concordinating threads with a CyclicBarrier: error handling
Concordinating threads with a CyclicBarrier: parallel sort (1)
Concordinating threads with a CyclicBarrier: parallel sort (2)
Concordinating threads with a CyclicBarrier: parallel sort (3)
Concordinating threads with a CyclicBarrier: parallel sort (4)
Deadlock and how to prevent it
How threads work: more details
Programming with Threads in Java
Threading with Swing: SwingUtilities.invokeLater
Thread priorities
What is Java "thread priority"?
Processes in Java
Processes and ProcessBuilder in Java
Thread.sleep
Bugs and issues with Thread.sleep
Stopping a thread
Threading with Swing
ThreadPoolExecutor
Frequent Java threading questions
Thread interruption in Java
Thread interruption in Java (ctd)
Thread methods in Java
Thread pools in Java
Controlling the queue with ThreadPoolExecutor
Constructing Threads and Runnables in Java
Synchronization and thread safety in Java
Thread scheduling
Thread scheduling (ctd): quanta and switching
Thread scheduling implications in Java
The Thread.yield() method
Recursion in Java
How recursion works
Recursion in Java: memory constraints
How to return multiple values/objects from a Java method?
Anonymous inner classes
Java Applets
Java Applets: the JApplet class
Java Applets
Swing components gallery
Basic Swing concepts: events and listeners
Swing: User Interfaces in Java
Using JButton
Using JCheckBox
JPanel and Box
Introduction to Swing layouts
Coping with different screen sizes
Text fields and labels
Giving your Java application a Windows look and feel
Setting the Content-Length header from a Java Servlet
How to use Cookies with Java Servlets
The Java Cookie class: writing cookies
The Java Cookie class: reading cookies
The HTTP GET and POST methods explained
The user-agent HTTP header
Setting the HTTP status (response) code from a Java Servlet
Introduction to Java Servlets
Getting started with servlet development
Keep-alive connections with Java Servlets
Tuning keep-alive connections with Java Servlets
Servlet programming: reading HTTP request parameters
Handling sessions in a Servlet
Handling sessions in a Servlet: introducing the Session API
Session synchronization using the Servlet Session API
Setting the buffer size on the Windows command window
Regular expression example: scraping HTML data
Introduction to regular expressions in Java
When to use the Java Pattern and Matcher classes
Search and replace with Java regular expressions: using Matcher.find()
Basic regular expressions in Java: using String.matches()
Thread-safety with regular expressions in Java
Sources of entropy
Using random numbers for simulations: Random.nextGaussian()
Random.nextGaussian
Alternatives to java.util.Random
Generating random numbers in Java
Using java.util.Random
How does java.util.Random work and how good is it?
Subclassing java.util.Random
Randomness of bits with LCGs
"java.lang.Random" falls "mainly in the planes"
Multiply-with-carry (MWC) random number generators
The Numerical Recipes ranom number generator in Java
How to pick a random sample from a list
The Java SecureRandom class
Seeding random number generators
Seeding random number generators: looking for entropy
XORShift random number generators in Java
Java 5 profiling facilities
How to profile threads in Java 5: putting getThreadInfo() in a loop
How to profile threads in Java 5: using the ThreadMXBean
Thread profiling in Java 5: basic thread profiling methodology
Thread profiling in Java 5: Synchronization issues
Thread profiling in Java 5: Synchronization issues (2)
Introduction to networking
A simple client and server in Java
A simple client and server in Java: the "conversation" server-side
How to calculate the memory usage of a Java array
Saving memory used by Java strings: a one-byte-per-character CharSequence implementation
Memory usage in Java
Instrumentation: querying the memory usage of a Java object
Memory usage of Java objects: general guide
Memory usage of Java Strings and string-related objects
Memory usage of Java Strings and string-related objects
How to save memory occupied by Java Strings
Basic floating point operations in Java
The
Methods of the java.util.Math class
Java programming tutorial: arrays
Java programming tutorial: arrays (2)
Java programming tutorial: arrays (sorting)
Java programming tutorial: using "if ... else"
Java programming tutorial: for loops
Java programming tutorial: nested "for" loops
Java programming tutorial: "if" statements
Java programming tutorial for beginners
Combining conditions: logical operators
Java programming tutorial: objects
Java programming tutorial: variables
Java programming tutorial: variable names
Reading and writing non-byte types in a byteBuffer
Reading character streams in Java
Introduction to Java I/O APIs
Introduction to Java input streams
How big should my input buffer be?
Introduction to networking in Java
Introduction to buffers in Java NIO
Reading and writing arrays to a NIO buffer
Reading and writing primitive arrays to a NIO buffer
NIO buffer types
Direct buffers
NIO Buffer performance
Buffer data sources (and backing arrays)
NIO Channels
Introduction to Java NIO
Mapped buffers (file mapping)
StreamCorruptedException
How to get started with Java
Java for BASIC programmers: event-driven programming
Java for BASIC programmers: libraries and OS access
Java for BASIC programmers: speed
Java for BASIC programmers: development process
From C to Java: an introduction to Java for C programmers
Java for C programmers: memory management
Java for C programmers: lack of pointers
Java for C programmers: error handling
Java for C programmers: class libraries
Java for C programmers: deployment model
How to get started with Java
Getting started with Java in NetBeans: adding your first line of Java code
Getting started with Java in NetBeans
Using prepared statements with JDBC
Retrieving data from a ResultSet with JDBC
AES and block ciphers in Java
Asymmetric (public key) encryption in Java
Block modes with Java ciphers
Using block modes and initialisation vectors in Java
Comparison of encryption ciphers in Java
Collision attacks
Encryption: introduction
Secure hash functions in Java
Secure hash functions in Java (ctd)
Java Cryptography
The Initialisation Vector (IV)
Encryption: keys
Encryption key size
Password-based encryption
Password-based encryption
Password-based encryption
RSA encryption in Java: the RSA algorithm
RSA encryption in Java
RSA encryption in Java (ctd)
RSA key lengths
Stream ciphers in Java
Symmetric-key encryption in Java
Removing the 128-bit key restriction
The deflate algorithm: dictionary compression in the Deflater
Huffman compression in the Deflater
Configuring the Java Deflater: compression level and strategy
How to compress data using Deflater in Java
Transforming data to improve Deflater performance
Reading GZIP files in Java
Data compression using Deflater in Java
Reading ZIP files in Java
Reading ZIP files in Java: enumeration and metadata
Problems with ZIP files in Java
ConcurrentSkipListMap
Java Collections: introduction to hashing and hash maps
Introduction to hashing and hash maps: improving the hash function
Introduction to hashing and hash maps: string hash functions
Advanced use of hash codes in Java
Advanced use of hash codes in Java: duplicate elimination with a BitSet
Advanced use of hash codes in Java: statistics
Secure hash functions
Strong and secure hash functions
Strong (non-secure) hash functions
Writing a hash function in Java: guide to implementing hashCode()
How to choose which Java collection class to use?
How to choose which Java collection class to use? (ctd)
Introductions to Collections (data structures) in Java
PriorityQueue
Example of PriorityQueue: doing a Heapsort
Introduction to sorting data with Java collections
Performance of the Java sorting algorithm
Performance of the Java sorting algorithm (ctd)
Using collections in Java: sets
How to use a set: the HashSet
Using collections in Java: maps and the HashMap
Introduction to binary numbers
Binary representation in computing and Java
Number storage in computing: bits and bytes
Grouping bytes to make common data types and sizes
AJAX programming: JavaScript event handlers
Java and AJAX programming: introduction
Java/AJAX programming: client-side web page manipulation
AJAX programming: server-side Java
AJAX programming: handling AJAX requests and responses from a Servlet
AJAX programming: using the XMLHttpRequest object


0.162 seconds - Syndic8.com - Copyright © 2001-2013 Jeff Barr & Bill Kearney - All Rights Reserved